| .. | .. |
|---|
| 1 | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud |
|---|
| 2 | | -spring.datasource.username=postgres |
|---|
| 3 | | -spring.datasource.password=passero |
|---|
| 2 | +#spring.datasource.username=postgres |
|---|
| 3 | +#spring.datasource.password=passero |
|---|
| 4 | 4 | spring.datasource.driver-class-name=org.postgresql.Driver |
|---|
| 5 | 5 | spring.datasource.tomcat.initial-size=10 |
|---|
| 6 | 6 | spring.datasource.tomcat.max-wait=30000 |
|---|
| .. | .. |
|---|
| 14 | 14 | |
|---|
| 15 | 15 | spring.jpa.open-in-view=true |
|---|
| 16 | 16 | |
|---|
| 17 | | -server.address=vannux.grupposistematica.it |
|---|
| 17 | +#server.address=vannux.grupposistematica.it |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | logging.level.it.digione.dg1cloud=DEBUG |
|---|