Julien Riou
6445f3f292
Telegram channel name needs an @ and it needs to be escaped in YAML. Signed-off-by: Julien Riou <julien@riou.xyz>
39 lines
912 B
YAML
39 lines
912 B
YAML
---
|
|
database-file: flexassistant.db
|
|
max-blocks: 10
|
|
max-payments: 5
|
|
miners:
|
|
- address: 0x0000000000000000000000000000000000000000
|
|
coin: eth
|
|
enable-balance: true
|
|
enable-payments: true
|
|
enable-offline-workers: true
|
|
- address: xch00000000000000000000000000000000000000000000000000000000000
|
|
coin: xch
|
|
enable-balance: true
|
|
enable-payments: true
|
|
enable-offline-workers: true
|
|
pools:
|
|
- coin: eth
|
|
enable-blocks: true
|
|
min-block-reward: 10
|
|
- coin: xch
|
|
enable-blocks: true
|
|
min-block-reward: 1.79
|
|
telegram:
|
|
chat-id: 000000000
|
|
channel-name: '@MyTelegramChannel'
|
|
token: 0000000000000000000000000000000000000000000000
|
|
#notifications:
|
|
# balance:
|
|
# template: balance.tmpl
|
|
# test: true
|
|
# block:
|
|
# template: block.tmpl
|
|
# test: true
|
|
# offline-worker:
|
|
# template: offline-worker.tmpl
|
|
# test: true
|
|
# payment:
|
|
# template: payment.tmpl
|
|
# test: true
|