forked from Chia-Network/chia-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchiadog-config.yaml
51 lines (51 loc) · 1.17 KB
/
chiadog-config.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
notification_title_prefix: 'Chia-farmer-docker'
log_level: INFO
chia_logs:
file_log_consumer:
enable: true
file_path: '~/.chia/mainnet/log/debug.log'
keep_alive_monitor:
enable_remote_ping: false
ping_url: ''
daily_stats:
enable: true
time_of_day: 21
notifier:
pushover:
enable: true
daily_stats: true
wallet_events: true
credentials:
api_token: '<pushover_api_token>'
user_key: '<pushover_user_key>'
telegram:
enable: false
daily_stats: true
credentials:
bot_token: 'dummy_bot_token'
chat_id: 'dummy_chat_id'
smtp:
enable: false
daily_stats: true
credentials:
sender: '[email protected]'
sender_name: 'chiadog'
recipient: '[email protected]'
username_smtp: 'username'
password_smtp: 'password'
host: 'smtp.example.com'
port: 587
script:
enable: false
daily_stats: true
script_path: 'tests/test_script.sh'
discord:
enable: false
daily_stats: true
credentials:
webhook_url: 'https://discord.com/api/webhooks/...'
slack:
enable: false
daily_stats: true
credentials:
webhook_url: 'https://hooks.slack.com/services/...'