Переход с SQLite3 на PostgreSQL

This commit is contained in:
2025-03-13 15:04:24 +03:00
parent 0afe9f974f
commit 0eb0685115
6 changed files with 48 additions and 18 deletions

View File

@@ -2,4 +2,8 @@ APP_ID=""
APP_HASH=""
ACCOUNT=""
LOG_PATH="/tmp/test.log"
DB_PATH="./db.sqlite"
DB_HOST=""
DB_PORT=""
DB_NAME=""
DB_USER=""
DB_PASSWORD=""