File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ Frontend: ${STATBUS_URL}/
3030Username 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+ ############################################################
3739Shell Access: 'ssh ${USER}@niue.statbus.org'
3840############################################################
3941
You can’t perform that action at this time.
0 commit comments