This commit is contained in:
2026-01-06 19:35:49 +03:00
parent ff92ab2b30
commit 7d2a734b7d
13 changed files with 162 additions and 9 deletions
+6 -7
View File
@@ -1,14 +1,13 @@
[bot]
token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz"
creator_id = 123456789
token = "1234567890"
creator_id = 1234567890
[security]
test_hash_salt = "your_secret_salt_here_change_in_production"
test_hash_length = 16
encode_key = "encode_key"
[database]
host = "localhost"
port = 5432
user = "trudex_user"
password = "secure_password"
database = "trudex_db"
user = "postgres"
password = "passkey"
database = "trudex"