spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud
|
#spring.datasource.username=postgres
|
#spring.datasource.password=passero
|
|
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
|
|
#management.endpoints.web.exposure.include=info,healt,configprops
|
|
#mettere il valore in MB
|
#In Dg1cloudCoreApplication viene settato il MaxSwallowSize moltiplicato 10
|
#al fine di evitare il reset della connessione
|
tomcat.MaxSwallowSize=5
|
|
spring.servlet.multipart.max-file-size=${tomcat.MaxSwallowSize}MB
|
spring.servlet.multipart.max-request-size=${tomcat.MaxSwallowSize}MB
|
spring.http.multipart.enabled=false
|
|
application.version=v0.0.1beta
|
|
repository.base.upload.path=/etc/digione/dg1cloud/repository/upload
|
repository.base.storage.path=/etc/digione/dg1cloud/repository/storage
|
|
repository.scanner.job.fixed.delay=60000
|
repository.scanner.job.initial.delay=1000
|
|
repository.cleaner.job.fixed.delay=60000
|
repository.cleaner.job.initial.delay=1000
|
|
repository.dircleaner.job.cron=0 0 5 * * *
|
|
server.servlet.context-path=/dg1cloud
|
|
external.server.address.base.url=http://vannux.grupposistematica.it:8080/dg1cloud
|
|
google.recaptcha.enabled=true
|
google.recaptcha.url=https://www.google.com/recaptcha/api/siteverify
|
google.recaptcha.key=6LfCHmkUAAAAAFa1KmVtPFecItBriBHx1qmKHcVS
|
google.recaptcha.secret=6LfCHmkUAAAAAKXdXWO36daHnItKQwkEvXOpX6YY
|
#per albotest.grupposistematica.it
|
#google.recaptcha.key=6LfjtnAUAAAAAHigYi-lWdvvd6cDb13R-8JEL9xr
|
#google.recaptcha.secret=6LfjtnAUAAAAAJzerDHkZ_0niXTjIk_tvEehIzE4
|
|
isharedoc.ws.endpoint.instance=https://democorepa3.grupposistematica.it/isharedoc/webservices/instanceService3/
|
isharedoc.ws.username=admin
|
isharedoc.ws.password=sistematica100
|
isharedoc.ws.urp.puid=0109
|
isharedoc.ws.urp.mbox=URP
|
isharedoc.ws.urp.storyboad=URP
|
isharedoc.ws.urp.metaviewname=URP
|
isharedoc.ws.urp.direction=IN
|
isharedoc.ws.urp.transition=protocolla
|
#solo per le gbox (todo: implementare altre tipologie)
|
isharedoc.ws.urp.contacts[0].type=O
|
isharedoc.ws.urp.contacts[0].referenceType=GBOX
|
isharedoc.ws.urp.contacts[0].code=URP
|
isharedoc.ws.urp.contacts[1].type=T
|
isharedoc.ws.urp.contacts[1].referenceType=GBOX
|
isharedoc.ws.urp.contacts[1].code=URP
|
|
isharedoc.ws.notification-from=Dg1Cloud notifiche sviluppo <no-reply@digione.eu>
|