Last change
on this file since 31d67c0 was 31d67c0, checked in by zlatko2810 <zlatko.stojanovski@…>, 2 years ago |
proekt
|
-
Property mode
set to
100644
|
File size:
644 bytes
|
Rev | Line | |
---|
[31d67c0] | 1 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_freeparkingspace
|
---|
| 3 | spring.datasource.username=db_202122z_va_prj_freeparkingspace_owner
|
---|
| 4 | spring.datasource.password=62fdb3e574df
|
---|
| 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.show-sql=true
|
---|
| 14 | spring.main.allow-bean-definition-overriding=true
|
---|
| 15 | spring.mvc.hiddenmethod.filter.enabled = true
|
---|
| 16 |
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | server.port=9084 |
---|
Note:
See
TracBrowser
for help on using the repository browser.