feat: PostgreSQL подключение, переменные в .env.example

This commit is contained in:
2026-06-13 11:57:31 +04:00
parent 9b6f5b9c5e
commit 684b4cc9c0
4 changed files with 34 additions and 1 deletions
+8
View File
@@ -1,2 +1,10 @@
FLASK_ENV=production
PORT=5000
# ── База данных PostgreSQL ──
DB_HOST=postgresqlk8s-master.xxx.svc.cluster.local
DB_PORT=5432
DB_NAME=contracts
DB_USER=contracts
DB_PASS=
DB_SSLMODE=disable