Skip to content
Discussion options

You must be logged in to vote

On GCP, I've been successful with the following settings in .env

DATABASE_USER=postgres
DATABASE_PASSWORD=${DATABASE_PASSWORD}
DATABASE_HOST=10.89.208.3 # private IP
DATABASE_PORT=5432
DATABASE_DB=postgres

# translate manually DATABASE_URL=jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_DB} (do not include the username or password here)
DATABASE_URL="jdbc:postgresql://10.89.208.3:5432/postgres?ssl=true&sslmode=require"

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@willi-mueller
Comment options

Answer selected by marcosmarxm
@dx0x58
Comment options

@willi-mueller
Comment options

@xlfishbone
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
temporal area/platform issues related to the platform
4 participants