birthdaybot/example-config.yml

18 lines
265 B
YAML
Raw Normal View History

2023-06-30 09:42:27 +01:00
---
2023-07-11 11:37:56 +01:00
web:
enabled: true
2023-07-11 11:37:56 +01:00
port: 8080
birthdays:
file: birthdays.csv
template: ./birthday_message.tmpl
pictures: ./pics
2023-07-10 13:55:25 +01:00
logger:
level: debug
report_caller: true
telegram_notifications:
bot_token: "123456789:YOUR_BOT_TOKEN"
channel_id: "-100012345"