feat: config loading from config.toml

This commit is contained in:
Lewis Wynne 2026-04-09 11:19:51 +01:00
parent 475acc596b
commit 16a9699fc6
3 changed files with 53 additions and 1 deletions

6
config.toml Normal file
View file

@ -0,0 +1,6 @@
listen = "127.0.0.1:8123"
data_dir = "./data"
site_title = "ily.rs"
site_url = "https://ily.rs"
telegram_bot_token = "REPLACE_ME"
telegram_chat_id = 0