13 lines
564 B
Properties
13 lines
564 B
Properties
spring.jpa.hibernate.ddl-auto=create-drop
|
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
|
spring.sql.init.mode=always
|
|
|
|
# spring.datasource.url=jdbc:postgresql://localhost:5442/clyde
|
|
spring.datasource.url=jdbc:postgresql://db:5432/clyde
|
|
spring.datasource.username=devel
|
|
spring.datasource.password=devel
|
|
|
|
# spring.config.activate.on-profile=prod
|
|
# spring.datasource.url=jdbc:postgresql:clyde?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg=/var/run/postgresql/.s.PGSQL.5432
|
|
# spring.datasource.username=clyde
|