Last change
on this file was bdc68e0, checked in by AnastasijaCv <ane.cvetkovska000@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
522 bytes
|
Rev | Line | |
---|
[bdc68e0] | 1 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_paint_of_heart
|
---|
| 2 | spring.datasource.username=db_202223z_va_prj_paint_of_heart_owner
|
---|
| 3 | spring.datasource.password=c78554705d5b
|
---|
| 4 |
|
---|
| 5 | spring.datasource.hikari.connectionTimeout=20000
|
---|
| 6 | spring.datasource.hikari.maximumPoolSize=5
|
---|
| 7 |
|
---|
| 8 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
| 9 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
| 10 |
|
---|
| 11 | spring.jpa.hibernate.ddl-auto=validate
|
---|
| 12 | spring.jpa.show-sql=true
|
---|
| 13 |
|
---|
| 14 | server.port=9080 |
---|
Note:
See
TracBrowser
for help on using the repository browser.