Leonardo Vannucci
2018-09-06 3034df0e6e7ebd061b265138231575135f6a0483
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud
#spring.datasource.username=postgres
#spring.datasource.password=passero
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.tomcat.initial-size=10
spring.datasource.tomcat.max-wait=30000 
spring.datasource.tomcat.max-active=25
spring.datasource.tomcat.max-idle=20
spring.datasource.tomcat.min-idle=10
spring.datasource.tomcat.test-on-borrow=true
spring.datasource.tomcat.test-while-idle=true
spring.datasource.tomcat.validation-query=SELECT 1
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
 
spring.jpa.open-in-view=true
 
spring.jmx.default-domain=dg1cloud
 
#server.address=vannux.grupposistematica.it
 
logging.level.it.digione.dg1cloud=DEBUG