main
Last change
on this file was d14176d, checked in by HristijanMitic00 <hristijan.mitic.01@…>, 16 months ago |
First commit
|
-
Property mode
set to
100644
|
File size:
487 bytes
|
Line | |
---|
1 |
|
---|
2 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_fmo
|
---|
3 | spring.datasource.username=db_202223z_va_prj_fmo_owner
|
---|
4 | spring.datasource.password=2d5e9a84d3a3
|
---|
5 |
|
---|
6 |
|
---|
7 | spring.datasource.hikari.connectionTimeout=20000
|
---|
8 | spring.datasource.hikari.maximumPoolSize=5
|
---|
9 |
|
---|
10 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
|
---|
11 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
12 |
|
---|
13 | spring.jpa.hibernate.ddl-auto=validate
|
---|
14 | spring.jpa.show-sql=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.