birthdaybot/example-config.yml

18 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"