mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 18:35:28 +03:00
15 lines
289 B
TOML
15 lines
289 B
TOML
[bot]
|
|
token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz"
|
|
creator_id = 123456789
|
|
|
|
[security]
|
|
test_hash_salt = "your_secret_salt_here_change_in_production"
|
|
test_hash_length = 16
|
|
|
|
[database]
|
|
host = "localhost"
|
|
port = 5432
|
|
user = "trudex_user"
|
|
password = "secure_password"
|
|
database = "trudex_db"
|