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

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 606 bytes
Line 
1## PostgreSQL
2spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_kvizko?currentSchema=public
3spring.datasource.username=db_202223z_va_prj_kvizko_owner
4spring.datasource.password=3b452440ba94
5
6spring.jpa.properties.hibernate.default_schema=public
7
8
9## default connection pool
10spring.datasource.hikari.connectionTimeout=20000
11spring.datasource.hikari.maximumPoolSize=5
12
13spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
14spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
15
16spring.jpa.hibernate.ddl-auto=validate
17spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.