Files
Quizzi/config.example.toml
T
2026-02-20 00:58:21 +03:00

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"