Files
Quizzi/config.example.toml
T
2026-01-01 03:23:00 +03:00

11 lines
193 B
TOML

[bot]
token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz"
creator_id = 123456789
[database]
host = "localhost"
port = 5432
user = "trudex_user"
password = "secure_password"
database = "trudex_db"