-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.tests.json
107 lines (107 loc) · 2.56 KB
/
settings.tests.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
{
"public": {
"defaultLocale": "de",
"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:3099/tts"
},
"hosts": {
"content": {
"base": "http://localhost:3099",
"tts": "/tts",
"competency": "/competencies",
"url": "http://localhost:3099"
},
"sessions": {
"url": "http://localhost:3099",
"evalUrl": "http://localhost:3099/eval",
"responseUrl": "http://localhost:3099/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": ["admin@example.com"],
"replyTo": "noreply@example.com",
"from": "system@example.com"
},
"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": {
"removeDeadAccounts": {
"active": true,
"dryRun": false,
"removeOlderThanDays": 3,
"removeIncompleteSessions": false,
"byComment": "generated by admin@example.com"
},
"addDimensionToFeedback": {
"active": true,
"dryRun": false
},
"generateAccounts": {
"active": true,
"dryRun": false,
"amount": 60,
"comment": "generated by admin@example.com",
"notify": ["admin@example.com"]
}
}
}