| .. | .. |
|---|
| 1 | | -spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud |
|---|
| 2 | | -#spring.datasource.username=postgres |
|---|
| 3 | | -#spring.datasource.password=passero |
|---|
| 4 | 1 | spring.datasource.driver-class-name=org.postgresql.Driver |
|---|
| 5 | 2 | spring.datasource.tomcat.initial-size=10 |
|---|
| 6 | 3 | spring.datasource.tomcat.max-wait=30000 |
|---|
| .. | .. |
|---|
| 20 | 17 | server.error.include-stacktrace=always |
|---|
| 21 | 18 | |
|---|
| 22 | 19 | logging.config=file:/etc/digione/dg1cloud/logback.xml |
|---|
| 23 | | - |
|---|
| 24 | | -logging.level.it.digione.dg1cloud=DEBUG |
|---|
| 25 | | - |
|---|
| 26 | | -logging.level.org.springframework.ws=TRACE |
|---|
| 27 | | - |
|---|
| 28 | | -spring.mail.host=smtp.grupposistematica.it |
|---|
| 29 | | -spring.mail.username=support-erp |
|---|
| 30 | | -spring.mail.password= |
|---|
| 31 | | -#spring.mail.properties.mail.smtp.auth = true |
|---|
| 32 | | -#spring.mail.properties.mail.smtp.socketFactory.port = 465 |
|---|
| 33 | | -#spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory |
|---|
| 34 | | -#spring.mail.properties.mail.smtp.socketFactory.fallback = false |
|---|