Skip to content

Commit d5f7c9d

Browse files
committed
devops: Rename script for clarity
1 parent c3af2c0 commit d5f7c9d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ Frontend: ${STATBUS_URL}/
3030
Username Role Password:
3131
${statbus_users}
3232
############################################################
33-
API: ${NEXT_PUBLIC_BROWSER_REST_URL}
34-
API Username ${DASHBOARD_USERNAME}
35-
API Password ${DASHBOARD_PASSWORD}
36-
PostgreSQL: postgresql://postgres:${POSTGRES_ADMIN_PASSWORD}@localhost:${DB_PUBLIC_LOCALHOST_PORT}/${POSTGRES_DB}
33+
PostgreSQL: postgresql://postgres:${POSTGRES_ADMIN_PASSWORD}@localhost:${DB_PUBLIC_LOCALHOST_PORT}/${POSTGRES_APP_DB}
34+
Port: ${DB_PUBLIC_LOCALHOST_PORT}
35+
Database: ${POSTGRES_APP_DB}
36+
User: ${POSTGRES_APP_USER}
37+
Password: ${POSTGRES_APP_PASSWORD}
38+
############################################################
3739
Shell Access: 'ssh ${USER}@niue.statbus.org'
3840
############################################################
3941

0 commit comments

Comments
 (0)