Last change
on this file was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 2 years ago |
all files
|
-
Property mode
set to
100644
|
File size:
576 bytes
|
Line | |
---|
1 |
|
---|
2 |
|
---|
3 | server.port=9011
|
---|
4 |
|
---|
5 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_moviezilla
|
---|
6 | spring.datasource.username=db_202122z_va_prj_moviezilla_owner
|
---|
7 | spring.datasource.password=d3ec5f0df7ca
|
---|
8 |
|
---|
9 | spring.datasource.hikari.connectionTimeout=20000
|
---|
10 | spring.datasource.hikari.maximumPoolSize=5
|
---|
11 |
|
---|
12 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
13 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
14 |
|
---|
15 | spring.jpa.show-sql=true
|
---|
16 | spring.main.allow-bean-definition-overriding=true
|
---|
17 | spring.mvc.hiddenmethod.filter.enabled = true
|
---|
18 |
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.