File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ spring.datasource.url=jdbc:postgresql://{{.Env.JDBC_DATABASE_URL}}:{{.Env.JDBC_D
66spring.datasource.username={ {.Env.JDBC_DATABASE_USERNAME} }
77spring.datasource.password={ {.Env.JDBC_DATABASE_PASSWORD} }
88logging.level.io.github.patternatlas.api=info
9+ logging.level.org.springframework.security={ {.Env.SECURITY_LOGLEVEL} }
910spring.jpa.show-sql=false
1011spring.jpa.generate-ddl=true
1112spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ ENV DB_INIT_PASSWORD postgres
3535ENV JDBC_DATABASE_NAME postgres
3636ENV JDBC_DATABASE_PORT 5060
3737ENV HAL_EXPLORER true
38+ ENV SECURITY_LOGLEVEL warn
3839
3940ENV JWK_URI "http://localhost:8080/realms/patternatlas/protocol/openid-connect/certs"
4041
You can’t perform that action at this time.
0 commit comments