Skip to content

Commit 6ff5aa2

Browse files
authored
Merge pull request #59 from InseeFr/master
master to develop
2 parents 82298de + 6032ab9 commit 6ff5aa2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitleaksignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
acbd841553acd2fbff932c5338559d3e6a1d2d95:compose.yml:insee-password-simple:95

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
image: quay.io/keycloak/keycloak:24.0
9393
environment:
9494
KEYCLOAK_ADMIN: administrator
95-
KEYCLOAK_ADMIN_PASSWORD: administrator
95+
KEYCLOAK_ADMIN_PASSWORD: administrator # gitleaks:allow test password for local dev only
9696
KC_HEALTH_ENABLED: 'true'
9797
KC_LOG_LEVEL: info
9898
command: ['start-dev', '--import-realm']
@@ -141,4 +141,4 @@ services:
141141
- SPRING_LIQUIBASE_CONTEXTS=demo
142142
- SPRING_LIQUIBASE_CHANGELOG=classpath:db/integration-demo.xml
143143
ports:
144-
- ${PEARL_API_PORT}:8080
144+
- ${PEARL_API_PORT}:8080

0 commit comments

Comments
 (0)