Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 29, 2024
1 parent 45e8bc8 commit b7d4582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
#KC_DB_PASSWORD: "${KC_DB_PASSWORD:-password}"
KC_DB_DRIVER: "${KC_DB_DRIVER:-software.amazon.jdbc.Driver}"
KC_TRANSACTION_XA_ENABLED: "${KC_TRANSACTION_XA_ENABLED:-false}"
KC_DB_URL: "${KC_DB_PASSWORD:-jdbc:aws-wrapper:postgresql://postgres:5432/keycloak}"
KC_DB_URL: "${KC_DB_URL:-jdbc:aws-wrapper:postgresql://postgres:5432/keycloak}"

# AWS specifics variables
AWS_STS_REGIONAL_ENDPOINTS: "${AWS_STS_REGIONAL_ENDPOINTS:-}"
Expand Down

0 comments on commit b7d4582

Please sign in to comment.