portal_settings.xml
3.24 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Applicazione Http File Proxy 1.0 - sviluppo</comment>
<!-- Mappatura DataSource, JWebber -->
<entry key="datasource.cms">jdbc/mwm_app#MYSQL</entry>
<!-- <entry key="datasource.cms.readonly">jdbc/dm-master_readonly#MYSQL</entry> -->
<!-- Mappatura DataSource, applicazione
in caso di più datasource separare la lista con la "virgola" -->
<entry key="datasource.application">jdbc/mwm_app#MYSQL</entry>
<!-- <entry key="datasource.application.readonly">jdbc/dm-master_readonly#MYSQL,jdbc/dm-stage_readonly#MYSQL</entry> -->
<!-- Maschera di definizione del vero nome del cluster legato al virtual host Tomcat
Utilizzare la variabile ${hostname} -->
<entry key="cluster.mask">${hostname}:8080</entry>
<!-- <entry key="cluster.backplane.mask">127.0.0.1:8080</entry> -->
<entry key="application.domain">localhost</entry>
<!-- Application context name, leave it blank if there isn't a context -->
<entry key="application.context.name">fileproxy</entry>
<entry key="application.http.port">8080</entry> <!-- leave it blank for default port 80 -->
<entry key="application.https.port">8443</entry> <!-- leave it blank for default port 443 -->
<entry key="application.title">Http file proxy</entry>
<!-- NOTA: prefisso file di configurazione lingua e path immagini -->
<entry key="application.name">httpfileproxy</entry>
<entry key="application.environment">sviluppo</entry>
<entry key="language.default">en</entry>
<entry key="base.url">http://localhost:8080/fileproxy</entry>
<!-- <entry key="base.url">http://192.168.14.42:8080/desktopmate</entry> -->
<!-- Abilitazione del task, default true -->
<entry key="timertask.enable">false</entry>
<!-- Server di posta e webmaster -->
<entry key="mail.enable">true</entry>
<entry key="mail.smtp.host">smtp-out.softecspa.it</entry>
<entry key="mail.smtp.localhost"></entry>
<entry key="mail.smtp.user"></entry>
<entry key="mail.smtp.password"></entry>
<entry key="mail.from">noreply@desktopmate.net</entry>
<entry key="mail.to">massimiliano.veroni@softecspa.it</entry>
<entry key="mail.cc"></entry>
<entry key="mail.bcc"></entry>
<entry key="mail.subject">File Proxy - localhost -</entry>
<!-- Se 'true' invia una mail al riavvio del sistema
Se 'false' (default) la mail è inviata soltanto in caso di cambio di versione -->
<entry key="mail.start.enable">false</entry>
<!-- Invia una mail al verificarsi di un errore non gestito, default 'false' -->
<entry key="mail.error.enable">false</entry>
<!-- Valori che servono per criptare la password
Questo modulo è legato al databse della workflow -->
<entry key="chiaveCifraturaSimmetrica"><![CDATA[|||||||||||RIDEFINIRE||||||||||||]]></entry>
<entry key="chiaveCifraturaPassword"><![CDATA[|||||||||||RIDEFINIRE||||||||||||]]></entry>
<entry key="salt">&s@(dfghdgféè*a+$2lnd</entry>
<entry key="Base64">true</entry>
<entry key="DoubleMd5"></entry>
<entry key="POL_SA">SA</entry>
<entry key="POL_ADMIN">ADMIN</entry>
<entry key="POL_UP_DOWN">UP_DOWN</entry>
</properties>