This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2017-03-01 22:07:08 +01:00
|
|
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect
|
|
|
|
spring.datasource.driverClassName=org.postgresql.Driver
|
|
|
|
spring.datasource.url=jdbc:postgresql://${LAB_MONOLITH_DB_IP}:15432/monolith
|
|
|
|
spring.datasource.username=monolith
|
|
|
|
spring.datasource.password=${LAB_MONOLITH_DB_PASSWORD}
|
2017-03-08 23:41:35 +01:00
|
|
|
|
|
|
|
spring.jpa.hibernate.ddl-auto=validate
|
|
|
|
spring.jpa.show-sql=true
|