feat: config loading from config.toml
This commit is contained in:
parent
475acc596b
commit
16a9699fc6
3 changed files with 53 additions and 1 deletions
6
config.toml
Normal file
6
config.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue