Last change
on this file since d3cf3a1 was d3cf3a1, checked in by Marija Micevska <marija_micevska@…>, 2 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[d3cf3a1] | 1 | spring.datasource.url=jdbc:postgresql://localhost:9998/db_202122z_va_prj_educatum
|
---|
| 2 | spring.datasource.username=db_202122z_va_prj_educatum_owner
|
---|
| 3 | spring.datasource.password=4351e0a2965
|
---|
| 4 |
|
---|
| 5 | #spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
|
---|
| 6 | #spring.datasource.username=postgres
|
---|
| 7 | #spring.datasource.password=2srnicka2
|
---|
| 8 |
|
---|
| 9 | spring.datasource.hikari.connection-timeout=20000
|
---|
| 10 | spring.datasource.hikari.maximum-pool-size=5
|
---|
| 11 | server.port=8888
|
---|
| 12 |
|
---|
| 13 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
| 14 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
| 15 | spring.jpa.hibernate.ddl-auto=validate
|
---|
| 16 | spring.jpa.show-sql=true
|
---|
| 17 | spring.jpa.properties.hibernate.format_sql=true
|
---|
| 18 |
|
---|
| 19 | spring.http.multipart.max-file-size=100MB
|
---|
| 20 | spring.http.multipart.max-request-size=100MB
|
---|
| 21 |
|
---|
| 22 | spring.mail.host=smtp.gmail.com
|
---|
| 23 | spring.mail.port=587
|
---|
| 24 |
|
---|
| 25 | spring.mail.properties.mail.smtp.auth=true
|
---|
| 26 | spring.mail.properties.mail.smtp.connectiontimeout=5000
|
---|
| 27 | spring.mail.properties.mail.smtp.timeout=5000
|
---|
| 28 | spring.mail.properties.mail.smtp.writetimeout=5000
|
---|
| 29 | spring.mail.properties.mail.smtp.starttls.enable=true |
---|
Note:
See
TracBrowser
for help on using the repository browser.