mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 02:15:29 +03:00
10 lines
170 B
TOML
10 lines
170 B
TOML
[bot]
|
|
token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz"
|
|
|
|
[database]
|
|
host = "localhost"
|
|
port = 5432
|
|
user = "trudex_user"
|
|
password = "secure_password"
|
|
database = "trudex_db"
|