blob: 6b38121f3b0361c57322f99c1924dea3446c8a24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# directory path to save logs from standard output
# logDir: /var/log/dagu
# history retention days (default: 30)
# histRetentionDays: 30
# Email notification settings
# mailOn:
# failure: true
# success: true
# SMTP server settings
# smtp:
# host: "smtp.foo.bar"
# port: "587"
# username: "<username>"
# password: "<password>"
# Error mail configuration
# errorMail:
# from: "foo@bar.com"
# to: "foo@bar.com"
# prefix: "[Error]"
# Info mail configuration
# infoMail:
# from: "foo@bar.com"
# to: "foo@bar.com"
# prefix: "[Info]"
|