-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
62 lines (62 loc) · 1.48 KB
/
settings.json
File metadata and controls
62 lines (62 loc) · 1.48 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
{
"oauth": {
"clientId": "porhLyvwTdhJgdda8",
"secret": "CegPW7FWebir7iYuPdubAR3wwzavRptB",
"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:5050/_oauth/lea"
},
"public": {
"app": {
"title": "lea.online Backend",
"version": "1.0.0"
},
"editor": {
"textAreaThreshold": 500
},
"hosts": {
"otulea": {
"label": "otu.lea",
"name": "otulea",
"url": "http://localhost:3000",
"icon": "edit",
"ddpConnect": true,
"ddpLogin": true
},
"content": {
"name": "content",
"label": "lea.content",
"url": "http://localhost:3030",
"icon": "file",
"ddpConnect": true,
"ddpLogin": true
},
"teacher": {
"name": "teacher",
"label": "lea.teacher",
"url": "http://localhost:5555",
"icon": "chart-line",
"ddpConnect": true,
"ddpLogin": true
},
"app": {
"name": "app",
"label": "lea.app",
"url": "http://localhost:8080",
"icon": "mobile",
"ddpConnect": true,
"ddpLogin": true
}
},
"tts": {
"url": "http://localhost:3030/tts"
},
"pages": {
"sessions": {
"use": "otulea"
}
}
}
}