Initial commit

This commit is contained in:
2025-12-30 23:55:43 +03:00
commit bd1def421f
29 changed files with 1071 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[bot]
token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz"
[database]
host = "localhost"
port = 5432
user = "trudex_user"
password = "secure_password"
database = "trudex_db"