source: src/main/resources/application-prod.properties@ 7eed782

Last change on this file since 7eed782 was e5fefbd, checked in by Anita Terziska <63020646+Nit4e@…>, 2 years ago

initial commit

  • Property mode set to 100644
File size: 557 bytes
RevLine 
[e5fefbd]1## PostgreSQL
2spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_medweb?currentSchema=project
3spring.datasource.username=db_202122z_va_prj_medweb_owner
4spring.datasource.password=8c2b5fe81953
5
6
7## default connection pool
8#spring.datasource.hikari.connectionTimeout=20000
9#spring.datasource.hikari.maximumPoolSize=5
10
11spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
12spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
13
14spring.jpa.hibernate.ddl-auto=validate
15spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.