Files
Quizzi/config.example.toml
2026-01-06 19:35:49 +03:00

14 lines
191 B
TOML

[bot]
token = "1234567890"
creator_id = 1234567890
[security]
encode_key = "encode_key"
[database]
host = "localhost"
port = 5432
user = "postgres"
password = "passkey"
database = "trudex"