mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 10:25:29 +03:00
11 lines
158 B
TOML
11 lines
158 B
TOML
[bot]
|
|
token = "YOUR_BOT_TOKEN"
|
|
creator_id = 123456789
|
|
|
|
[database]
|
|
host = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
password = "password"
|
|
database = "dutylog"
|