Skip to content

Commit 39c44ea

Browse files
committed
Polish
1 parent dcff528 commit 39c44ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ readonly PGADMIN_PORT="${PGADMIN_PORT:-15433}" # pgAdmin port (default: 15433)
255255
readonly DB_HOST=localhost # Database host for local connections
256256
readonly DB_USER=postgres # PostgreSQL username
257257
readonly DB_PASSWORD=password # PostgreSQL password
258-
readonly DB_NAME=postgres # PostgreSQL database name
258+
readonly DB_NAME=demo1 # PostgreSQL database name
259259
readonly PGADMIN_URL="http://localhost:${PGADMIN_PORT}" # pgAdmin URL
260260

261261
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)