Skip to content
Snippets Groups Projects
Commit d92d5123 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Docs.

parent b35082e6
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -107,6 +107,7 @@ Configuration spec: ...@@ -107,6 +107,7 @@ Configuration spec:
NotificationService: # Settings for notification service of the app NotificationService: # Settings for notification service of the app
Enabled: true # Whether to use the service Enabled: true # Whether to use the service
Interval: 20 # How many seconds to wait between re-runs of the service Interval: 20 # How many seconds to wait between re-runs of the service
TimeZone: "America/New_York" # Preferred time zone for displaying dates and times in notifications
Frequencies: # Number of seconds to wait before sending out notifications of given severity Frequencies: # Number of seconds to wait before sending out notifications of given severity
Low: 86400 # Example: notifications of low severity will be sent no more than once in 86400 seconds Low: 86400 # Example: notifications of low severity will be sent no more than once in 86400 seconds
Medium: 360 # Example: notifications of medium severity will be sent no more than once in 360 seconds Medium: 360 # Example: notifications of medium severity will be sent no more than once in 360 seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment