mirror of
https://github.com/Thunderbottom/umami-alerts.git
synced 2025-12-16 18:14:10 -06:00
chore: add dry_run option to configuration
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
[app]
|
||||
# Enable debug logging.
|
||||
debug = true
|
||||
debug = false
|
||||
# Enable dry run option for testing.
|
||||
# Enabling this will generate the report but will not send an email.
|
||||
dry_run = false
|
||||
# The number of websites to process at once.
|
||||
max_concurrent_jobs = 4
|
||||
# The duration for which the report is generated. Can be daily or weekly.
|
||||
|
||||
Reference in New Issue
Block a user