-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.json
executable file
·68 lines (68 loc) · 1.74 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
{
"public": {
"issueMail": "[email protected]",
"debug": ["class", "visualization"],
"app": {
"name": "lea. Dashboard",
"label": "apps.dashboard.title",
"description": "apps.dashboard.description",
"icon": "chart-line",
"logLevel": "info"
},
"hosts": {
"otulea": {
"name": "Otu.lea",
"debug": true,
"url": "localhost:3000",
"icon": "edit",
"methods": {
"generateUser": "users.methods.generate",
"userExists": "user.methods.exist",
"getRecords": "record.methods.getForUsers",
"recentCompleted": "session.methods.recentCompleted"
}
},
"content": {
"role": "content"
}
}
},
"oauth": {
"clientId": "iwtu4JCmyTDGg3eg6",
"secret": "xKX9q8ZQwaNdHoKcLywyrJeNh3T8F4Gk",
"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:5555/_oauth/lea"
},
"hosts": {
"content": {
"name": "Content",
"debug": true,
"icon": "file",
"url": "http://localhost:3030",
"methods": {
"getAll": "methods.getAll"
},
"jwt": {
"key": "0123456789001234567890",
"sub": "teacher-app-01234567890"
},
"sync": {
"dryRun": false,
"dimension": true,
"alphaLevel": false,
"competency": false,
"competencyCategory": false
}
}
},
"accounts": {
"request": {
"from": "[email protected]",
"subject": "Anfrage für Zugang",
"to": ["[email protected]"]
}
}
}