File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
klass-api/src/main/resources Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11# custom properties used when "postgres" Profile is used
2-
32spring.datasource.url =${NAIS_DATABASE_KLASS_KLASS_JDBC_URL}
4- spring.datasource.username =${NAIS_DATABASE_KLASS_KLASS_USERNAME}
5- spring.datasource.password =${NAIS_DATABASE_KLASS_KLASS_PASSWORD}
6- spring.datasource.driverclassName =org.postgresql.Driver
7-
83spring.jpa.hibernate.ddl-auto =none
94spring.flyway.enabled =false
10-
115spring.datasource.hikari.connection-test-query =SELECT 1
126spring.datasource.hikari.validation-timeout =3000
13-
14- spring.jpa.show-sql =true
15- spring.jpa.properties.hibernate.format_sql =true
167spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.PostgreSQLDialect
17-
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ klass.search.maxDescriptionLength=300
4444# Logging properties
4545klass.env.logging.path =.
4646logging.file.name =${klass.env.logging.path}/klass.log
47+ logging.level.no.ssb.klass =DEBUG
4748# JSP config (for monitor page)
4849spring.mvc.view.prefix =/WEB-INF/jsp/
4950spring.mvc.view.suffix =.jsp
You can’t perform that action at this time.
0 commit comments