-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
20 lines (20 loc) · 1.16 KB
/
config.yaml
File metadata and controls
20 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Config:
ServiceId: "" # Service Id given by daybreak to use their api
WorldId: "" #World id which is used for subcribtion also possible all for every server
UseDatabase: false # if enabled the script will try to get the email address from the database instead of using this yaml
MailServerIP: ""
MailSenderAddress: ""
MailDomain : ""
#Only used if useDatabase is set to true:
DatabaseIP: ""
DatabaseUser: ""
DatabasePassword: ""
#DatabaseQueryCommand: ""
#Only used if useDatabase is set to false:
Recipients: []
StartTime: "" #After which hour of the day the alerting mails will be send (24h) ## Not used
EndTime: "" #After which hour of the day the alerting mails won't be sended anymore (24h) ## Not used
Alert: true # if set to true only alert events will create email if set to false all events will create those
EndAlertNotification: false # If set to true a email will also be sended if the alert has ended
ErrorRecipient: "" # Your mail address errors get sended to
ErroSender: "" # Mailaddress which sends the error report