Last change
on this file was 0e4d807, checked in by Ivona <ivonatapshanovska@…>, 17 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
616 bytes
|
Line | |
---|
1 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_laggernet
|
---|
2 | spring.datasource.username=db_202223z_va_prj_laggernet_owner
|
---|
3 | spring.datasource.password=5775b5c405b7
|
---|
4 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
5 |
|
---|
6 | spring.datasource.hikari.maximum-pool-size=5
|
---|
7 | spring.datasource.hikari.connection-timeout=20000
|
---|
8 |
|
---|
9 |
|
---|
10 |
|
---|
11 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
|
---|
12 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
13 | spring.jpa.properties.hibernate.default_schema=project
|
---|
14 |
|
---|
15 | spring.jpa.hibernate.ddl-auto=validate
|
---|
16 | spring.jpa.show-sql=true
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.