source: cimeri-main/src/main/resources/application-prod.properties@ 087ce2b

Last change on this file since 087ce2b was bc30bce, checked in by blagojanikoloski <blagojanikoloski1@…>, 16 months ago

cimeri app

  • Property mode set to 100644
File size: 711 bytes
RevLine 
[bc30bce]1
2
3## PostgreSQL
4spring.datasource.schema=classpath:/project.sql
5spring.datasource.url=jdbc:postgresql://localhost:9998/db_202223z_va_prj_cimeri
6spring.datasource.username=db_202223z_va_prj_cimeri_owner
7spring.datasource.password=b7733457bb47
8spring.datasource.schema=classpath:/project.sql
9
10## default connection pool
11spring.datasource.hikari.connectionTimeout=20000
12spring.datasource.hikari.maximumPoolSize=5
13
14spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
15spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
16
17spring.jpa.hibernate.ddl-auto=none
18spring.jpa.show-sql=true
19
20spring.datasource.initialization-mode=always
21spring.datasource.initialize=true
22
23
24
25
26
27
28
Note: See TracBrowser for help on using the repository browser.