birthdaybot/example-config.yml
2023-07-11 15:47:01 +02:00

17 lines
265 B
YAML

---
web:
enabled: true
port: 8080
birthdays:
file: birthdays.csv
template: ./birthday_message.tmpl
pictures: ./pics
logger:
level: debug
report_caller: true
telegram_notifications:
bot_token: "123456789:YOUR_BOT_TOKEN"
channel_id: "-100012345"