ISSUE-33 #96
@ -1 +1,7 @@
|
|||||||
api.baseUrl=https://testcf.hithomelabs.com
|
api.baseUrl=https://testcf.hithomelabs.com
|
||||||
|
|
||||||
|
spring.datasource.url: jdbc:h2:mem:testdb
|
||||||
|
spring.datasource.driver-class-name: org.h2.Driver
|
||||||
|
spring.datasource.username: sa
|
||||||
|
spring.datasource.password:
|
||||||
|
spring.datasource.jpa.hibernate.ddl-auto: none
|
||||||
@ -24,7 +24,7 @@ spring.datasource.password=${POSTGRES_PASSWORD}
|
|||||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||||
spring.sql.init.mode=never
|
spring.sql.init.mode=never
|
||||||
|
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
spring.jpa.show-sql=true
|
spring.jpa.show-sql=true
|
||||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user