Archived
1
0
Fork 0
This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
flexassistant/flexassistant.example.yaml
Julien Riou e511eb89ef
doc: Improve Telegram documentation (#7)
Signed-off-by: Julien Riou <julien@riou.xyz>
2022-02-27 20:30:24 +01:00

39 lines
910 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