fix
Leonardo Vannucci
2018-09-17 f3b5366c32416d5e516048ad1b8ab7a78ac0f54d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
server.error.include-stacktrace=always
 
logging.level.it.digione.dg1cloud=DEBUG
 
logging.level.org.springframework.ws=TRACE
 
spring.mail.host=smtp.grupposistematica.it
spring.mail.username=support-erp
spring.mail.password=
#spring.mail.properties.mail.smtp.auth = true
#spring.mail.properties.mail.smtp.socketFactory.port = 465
#spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
#spring.mail.properties.mail.smtp.socketFactory.fallback = false