This commit is contained in:
2026-02-13 03:04:47 +05:00
commit 0f6d518303
17 changed files with 621 additions and 0 deletions

7
.env Normal file
View File

@@ -0,0 +1,7 @@
BOT_TOKEN=8365928561:AAHRlk9GGLFJme7xNox5TvHBdly8uTWO4_g
# Настройки базы данных
DB_USER=postgres
DB_PASS=secretpassword
DB_NAME=vpn_bot_db
DB_PORT=5432