# Whether logs should be uploaded. # If this is false, ezau will only zip new logs and do no further processing. # (mandatory) upload = false # Whether logs with an unknown boss should be uploaded. # By default, ezau only uploads logs with bosses known to evtclib. # (optional) upload_unknown = false # Minimum duration (in milliseconds) for logs to be uploaded. # Set to 0 to upload all logs. # (optional) minimum_duration = 0 # How often uploading a log should be retried when it failed. # Note that this does not include the first try, so a value of 0 means "try it # once". # (optional) retries = 0 # Zip freshly created (unzipped) logs. # Deactivate this if you use arcDPS's built-in zip functionality to prevent any # weird interactions. # (optional) zip = true # Discord messaging section. # If this section is missing, ezau will not do Discord notifications for log uploads. # Mandatory keys in this section are only mandatory if the section is present, as the whole Discord functionality is optional. # (optional) [discord] # Auth token for a bot account. # (mandatory) auth_token = "foobar" # Channel ID of the channel to which the message should be posted. # (mandatory) channel_id = 123