Leonardo Vannucci
2018-09-19 c4cb974be197acfe06dc06359c25d04611fa47f2
dg1cloud-core/src/main/java/it/digione/dg1cloud/config/dg1cloud.properties
....@@ -1,3 +1,30 @@
1
+spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud
2
+#spring.datasource.username=postgres
3
+#spring.datasource.password=passero
4
+
5
+logging.level.it.digione.dg1cloud=DEBUG
6
+
7
+logging.level.org.springframework.ws=TRACE
8
+
9
+spring.mail.host=smtp.grupposistematica.it
10
+spring.mail.username=support-erp
11
+spring.mail.password=
12
+#spring.mail.properties.mail.smtp.auth = true
13
+#spring.mail.properties.mail.smtp.socketFactory.port = 465
14
+#spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
15
+#spring.mail.properties.mail.smtp.socketFactory.fallback = false
16
+
17
+#management.endpoints.web.exposure.include=info,healt,configprops
18
+
19
+#mettere il valore in MB
20
+#In Dg1cloudCoreApplication viene settato il MaxSwallowSize moltiplicato 10
21
+#al fine di evitare il reset della connessione
22
+tomcat.MaxSwallowSize=5
23
+
24
+spring.servlet.multipart.max-file-size=${tomcat.MaxSwallowSize}MB
25
+spring.servlet.multipart.max-request-size=${tomcat.MaxSwallowSize}MB
26
+spring.http.multipart.enabled=false
27
+
128 application.version=v0.0.1beta
229
330 repository.base.upload.path=/etc/digione/dg1cloud/repository/upload