mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 10:25:28 +03:00
15 lines
230 B
TOML
15 lines
230 B
TOML
[bot]
|
|
token = "1234567890"
|
|
creator_id = 1234567890
|
|
admin_password = "your_admin_password"
|
|
|
|
[security]
|
|
encode_key = "encode_key"
|
|
|
|
[database]
|
|
host = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
password = "passkey"
|
|
database = "trudex"
|