forked from 4minitz/4minitz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-test-end2end.json
132 lines (122 loc) · 4.29 KB
/
settings-test-end2end.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"isEnd2EndTest": true,
"e2eUrl": "http://localhost:3100",
"e2eTestUsers": ["user1", "user2", "user3", "user4", "admin"],
"e2eTestPasswords": ["PwdPwd1", "PwdPwd2", "PwdPwd3","PwdPwd4", "AdmAdm1"],
"e2eTestEmails": ["[email protected]", "[email protected]", "[email protected]","[email protected]", "[email protected]"],
"e2eAdminUser": "admin",
"trustedIntranetInstallation": true,
"forbidClientAccountCreation": false,
"updateCheck": false,
"branding": {
"legalNotice": {
"enabled": true,
"linkText": "Legal Notice (Impressum)",
"content": [
"<h1>Legal Notice</h1>",
"<p><b>Your 4Minitz Service provider is:</b></p>",
"<p style='margin-left: 20px;'>John Doe<br>24, Legal St.<br>91056 Erlangen<br></p>",
"<h1>Disclaimer</h1>",
"<p>THE DEMO SERVICE AVAILABLE VIA 4MINITZ.COM IS PROVIDED AS IS,",
"WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
"REACHABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE SERVICE PROVIDERS, AUTHORS OR COPYRIGHT HOLDERS ",
"BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,",
"ARISING FROM, OUT OF OR IN CONNECTION WITH THE SERVICE OR THE USE OR OTHER DEALINGS IN THE SERVICE.</p>"
]
}
},
"defaultLabels": [
{
"name": "Status:RED",
"color": "#ff0000"
},
{
"name": "Status:YELLOW",
"color": "#ffff00"
},
{
"name": "Status:GREEN",
"color": "#008000"
},
{
"name": "Milestone",
"color": "#66ff66"
},
{
"name": "Decision",
"color": "#0099ff"
},
{
"name": "Escalation",
"color": "#ff9933"
},
{
"name": "Issue",
"color": "#cc66ff"
},
{
"name": "Proposal",
"color": "#ffff66"
}
],
"email": {
"//": "E-Mails will not actually be sent because there is no smtp configuration given",
"enableMailDelivery": true,
"mailDeliverer": "test",
"defaultEMailSenderAddress": "[email protected]",
"showForgotPasswordLink": true
},
"db": {
"mongodumpTargetDirectory": ""
},
"ldap": {
"enabled": true,
"propertyMap": {
"username": "cn",
"longname": "cn",
"email": "mail"
},
"authentication": {
"userDn": "cn=ldapUser1,dc=example,dc=com",
"password": "ldapPwd1"
},
"searchFilter": "",
"serverDn": "DC=example,DC=com",
"serverUrl": "ldap://localhost:1389",
"allowSelfSignedTLS": true,
"whiteListedFields": [ "cn", "mail" ],
"autopublishFields": [ "cn" ],
"inactiveUsers": {
"strategy": "userAccountControl"
},
"importOnLaunch": true,
"importCronTab": "*/5 * * * *",
"hideStandardLogin": false
},
"ldapForumSys": {
"enabled": true,
"searchDn": "uid",
"searchFilter": "(objectClass=inetOrgPerson)",
"serverDn": "DC=example,DC=com",
"serverUrl": "ldap://ldap.forumsys.com",
"allowSelfSignedTLS": true,
"whiteListedFields": [ "uid", "cn", "mail" ],
"autopublishFields": [ "uid", "cn" ],
"//": "Set to false to disable",
"importCronTab": false
},
"attachments": {
"enabled": true,
"storagePath": "attachments_e2e",
"allowExtensions": ".*",
"//": "denyExtesnion:gif extension forbidden in e2e test!",
"denyExtensions": "gif|exe|app|bat|sh|cmd|com|cpl|exe|gad|hta|inf|jar|jpe|jse|lnk|msc|msh|msi|msp|pif|ps1|ps2|psc|reg|scf|scr|vbe|vbs|wsc|wsf|wsh",
"///": "maxFileSize:80000 allows upload of favicon.ico, but not mstile-310x150.png",
"maxFileSize": 80000
},
"docGeneration": {
"enabled": true,
"format": "html",
"targetDocPath": "protocols_e2e"
}
}