-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
118 lines (118 loc) · 2.81 KB
/
settings.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
{
"public": {
"defaultLocale": "de",
"issueMail": "[email protected]",
"status": "beta",
"accounts": {
"code": {
"length": 5
}
},
"packages": {
"dynamic-import": {
"useLocationOrigin": true
}
},
"app": {
"name": "otu.lea",
"label": "apps.otulea.title",
"description": "apps.otulea.description",
"icon": "edit",
"logLevel": "info"
},
"tts": {
"url": "http://localhost:3030/tts"
},
"hosts": {
"content": {
"base": "http://localhost:3030",
"tts": "/tts",
"competency": "/competencies",
"url": "http://localhost:3030"
},
"sessions": {
"url": "http://localhost:6060",
"evalUrl": "http://localhost:6060/eval",
"responseUrl": "http://localhost:6060/response"
}
},
"error": {
"maxStackSize": 1500
}
},
"oauth": {
"clientId": "abcdefghijklmnop",
"secret": "abcdefghijklmnopabcdefghijklmnop",
"dialogUrl": "http://localhost:9090/oauth/authorize",
"accessTokenUrl": "http://localhost:9090/oauth/token",
"authorizeUrl": "http://localhost:9090/oauth/authorize",
"identityUrl": "http://localhost:9090/oauth/ident",
"redirectUrl": "http://localhost:3000/_oauth/lea"
},
"hosts": {
"backend": {
"urlRegEx": "^http:\/\/.*$"
},
"sessions": {
"secret": "01234567890123456789"
},
"content": {
"username": "otuleasystem",
"password": "000111222333444555666777888999"
}
},
"email": {
"notify": ["[email protected]"],
"replyTo": "[email protected]",
"from": "[email protected]"
},
"accounts": {
"config": {
"forbidClientAccountCreation": true,
"ambiguousErrorMessages": false,
"sendVerificationEmail": false,
"loginExpirationInDays": 90,
"passwordResetTokenExpirationInDays": 1,
"passwordEnrollTokenExpirationInDays": 3
}
},
"records": {
"defaultOldest": 180
},
"status": {
"active": false,
"interval": 5000,
"secret": "lea.online.secret",
"url": "http://localhost:7070/collect"
},
"patches": {
"alphaUsers": {
"active": true,
"dryRun": false,
"includeAlphaLevels": false,
"includeCompetencies": true
},
"removeDeadAccounts": {
"active": false,
"dryRun": false,
"removeOlderThanDays": 3,
"removeIncompleteSessions": false,
"byComment": "generated by [email protected]"
},
"addDimensionToFeedback": {
"active": false,
"dryRun": true
},
"generateAccounts": {
"active": false,
"dryRun": false,
"amount": 60,
"comment": "generated by [email protected]",
"notify": ["[email protected]"]
},
"getResponses": {
"active": false,
"dryRun": true
}
}
}