mirror of
https://github.com/Thunderbottom/umami-alerts.git
synced 2025-12-21 12:59:30 -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]
|
[app]
|
||||||
# Enable debug logging.
|
# 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.
|
# The number of websites to process at once.
|
||||||
max_concurrent_jobs = 4
|
max_concurrent_jobs = 4
|
||||||
# The duration for which the report is generated. Can be daily or weekly.
|
# The duration for which the report is generated. Can be daily or weekly.
|
||||||
|
|||||||
Reference in New Issue
Block a user