Skip to content

Commit

Permalink
remove password
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 29, 2024
1 parent 1a92aad commit 556d641
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 @@ -31,7 +31,7 @@ services:

# Configure the database according to the external db configuration if needed
KC_DB_USERNAME: "${KC_DB_USERNAME:-keycloak}"
KC_DB_PASSWORD: "${KC_DB_PASSWORD:-password}"
#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}"
Expand Down

0 comments on commit 556d641

Please sign in to comment.