1 parent dcff528 commit 39c44eaCopy full SHA for 39c44ea
1 file changed
pg
@@ -255,7 +255,7 @@ readonly PGADMIN_PORT="${PGADMIN_PORT:-15433}" # pgAdmin port (default: 15433)
255
readonly DB_HOST=localhost # Database host for local connections
256
readonly DB_USER=postgres # PostgreSQL username
257
readonly DB_PASSWORD=password # PostgreSQL password
258
-readonly DB_NAME=postgres # PostgreSQL database name
+readonly DB_NAME=demo1 # PostgreSQL database name
259
readonly PGADMIN_URL="http://localhost:${PGADMIN_PORT}" # pgAdmin URL
260
261
#------------------------------------------------------------------------------
0 commit comments