config: адреса инфраструктуры на localhost (application-dev/docker-local, create_pcp_databases)

This commit is contained in:
Дмитрий Соловьев
2026-06-08 14:45:50 +03:00
parent 1a0348cdeb
commit 8ac4afa195
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -euo pipefail
# PostgreSQL connection settings. Override via env if needed:
# PGHOST=... PGPORT=... PGUSER=... PGPASSWORD=... ./create_pcp_databases.sh
PGHOST="${PGHOST:-192.168.60.146}"
PGHOST="${PGHOST:-localhost}"
PGPORT="${PGPORT:-5432}"
PGUSER="${PGUSER:-postgres}"
PGPASSWORD="${PGPASSWORD:-password}"