main
Last change
on this file was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 14 months ago |
Project
The whole Project
|
-
Property mode
set to
100644
|
File size:
606 bytes
|
Line | |
---|
1 | ## PostgreSQL
|
---|
2 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_kvizko?currentSchema=public
|
---|
3 | spring.datasource.username=db_202223z_va_prj_kvizko_owner
|
---|
4 | spring.datasource.password=3b452440ba94
|
---|
5 |
|
---|
6 | spring.jpa.properties.hibernate.default_schema=public
|
---|
7 |
|
---|
8 |
|
---|
9 | ## default connection pool
|
---|
10 | spring.datasource.hikari.connectionTimeout=20000
|
---|
11 | spring.datasource.hikari.maximumPoolSize=5
|
---|
12 |
|
---|
13 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
---|
14 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
15 |
|
---|
16 | spring.jpa.hibernate.ddl-auto=validate
|
---|
17 | spring.jpa.show-sql=true |
---|
Note:
See
TracBrowser
for help on using the repository browser.