@@ -10,16 +10,17 @@ spring.datasource.hikari.data-source-properties.connectTimeout = 30
1010spring.datasource.hikari.data-source-properties.socketTimeout = 60
1111spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.PostgreSQLDialect
1212
13- spring.datasource.tomcat.max-active =5
14- spring.datasource.tomcat.max-idle =5
15- spring.datasource.tomcat.remove-abandoned =true
16- spring.jpa.properties.hibernate.format_sql =true
17-
18- # Flyway
19- spring.flyway.enabled =true
20- spring.flyway.url =${NAIS_DATABASE_KLASS_KLASS_JDBC_URL}
21- spring.flyway.password =${NAIS_DATABASE_KLASS_KLASS_PASSWORD}
22- spring.flyway.user =${NAIS_DATABASE_KLASS_KLASS_USERNAME}
23- spring.flyway.locations =classpath:db/migration
24- # This is for first time running on a database with data, but no flyway schema history table
25- spring.flyway.baseline-on-migrate =true
13+ spring.flyway.enabled =false
14+ # spring.datasource.tomcat.max-active=5
15+ # spring.datasource.tomcat.max-idle=5
16+ # spring.datasource.tomcat.remove-abandoned=true
17+ # spring.jpa.properties.hibernate.format_sql=true
18+ #
19+ # # Flyway
20+ # spring.flyway.enabled=true
21+ # spring.flyway.url=${NAIS_DATABASE_KLASS_KLASS_JDBC_URL}
22+ # spring.flyway.password=${NAIS_DATABASE_KLASS_KLASS_PASSWORD}
23+ # spring.flyway.user=${NAIS_DATABASE_KLASS_KLASS_USERNAME}
24+ # spring.flyway.locations=classpath:db/migration
25+ # # This is for first time running on a database with data, but no flyway schema history table
26+ # spring.flyway.baseline-on-migrate=true
0 commit comments