feat: PostgreSQL подключение, переменные в .env.example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user