Skip to content

Commit

Permalink
Add database configuration to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Awambeng committed Dec 9, 2024
1 parent 3e27bf2 commit 1d3b286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ KC_DB_PASSWORD=postgres
# For local development
# KC_DB_OPTS="--db postgres --db-url jdbc:postgresql://localhost:5432/keycloak --db-username postgres --db-password postgres"
# For production (commented out for safety)
# KC_DB_OPTS="--db postgres --db-url jdbc:postgresql://kc-ssi-instance-1.clh0lvey1bcg.eu-north-1.rds.amazonaws.com:5432/kc_ssi_db --db-username kc_ssi_user --db-password adorsys2+24"
KC_DB_OPTS="--db postgres --db-url jdbc:postgresql://kc-ssi-instance-1.clh0lvey1bcg.eu-north-1.rds.amazonaws.com:5432/kc_ssi_db --db-username kc_ssi_user --db-password adorsys2+24"

# Keycloak start command
# For AWS: Remember to provide cert and key pem files ($WORK_DIR/../env/.env)
Expand Down

0 comments on commit 1d3b286

Please sign in to comment.