Last change
on this file since 0e4e3d1 was 8423429, checked in by AngelNasev <angel.nasev@…>, 17 months ago |
Add backend and frontend projects
|
-
Property mode
set to
100644
|
File size:
633 bytes
|
Rev | Line | |
---|
[8423429] | 1 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_finkiforums
|
---|
| 2 | spring.datasource.username=db_202223z_va_prj_finkiforums_owner
|
---|
| 3 | spring.datasource.password=57fce649fc48
|
---|
| 4 |
|
---|
| 5 | ## default connection pool
|
---|
| 6 | spring.datasource.hikari.connectionTimeout=20000
|
---|
| 7 | spring.datasource.hikari.maximumPoolSize=5
|
---|
| 8 |
|
---|
| 9 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
|
---|
| 10 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
| 11 |
|
---|
| 12 | spring.jpa.hibernate.ddl-auto=validate
|
---|
| 13 | spring.jpa.show-sql=true
|
---|
| 14 |
|
---|
| 15 | spring.servlet.multipart.max-file-size=100000000MB
|
---|
| 16 | spring.servlet.multipart.max-request-size=100000000MB |
---|
Note:
See
TracBrowser
for help on using the repository browser.