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

main
Last change on this file since d14176d was d14176d, checked in by HristijanMitic00 <hristijan.mitic.01@…>, 12 months ago

First commit

  • Property mode set to 100644
File size: 487 bytes
Line 
1
2spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_fmo
3spring.datasource.username=db_202223z_va_prj_fmo_owner
4spring.datasource.password=2d5e9a84d3a3
5
6
7spring.datasource.hikari.connectionTimeout=20000
8spring.datasource.hikari.maximumPoolSize=5
9
10spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
11spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
12
13spring.jpa.hibernate.ddl-auto=validate
14spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.