forked from moodlehq/moodleapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
moodle.config.json
72 lines (72 loc) · 2.11 KB
/
moodle.config.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
{
"app_id": "ca.umontreal.studium",
"appname": "StudiUM Mobile",
"versioncode": 44100,
"versionname": "4.4.1",
"cache_update_frequency_usually": 420000,
"cache_update_frequency_often": 1200000,
"cache_update_frequency_sometimes": 3600000,
"cache_update_frequency_rarely": 43200000,
"default_lang": "fr",
"languages": {
"en": "English",
"fr": "Français"
},
"wsservice": "moodle_mobile_app",
"defaultZoomLevel": "none",
"zoomlevels": {
"none": 100,
"medium": 110,
"high": 120
},
"customurlscheme": "studiummobile",
"sites": [{"name": "StudiUM PP", "url": "https://studium-pre-prod.ena.umontreal.ca/"}, {"name": "StudiUM formation continue PP", "url": "https://studiumfc-pre-prod.ena.umontreal.ca/"}],
"multisitesdisplay": "radio",
"sitefindersettings": {},
"onlyallowlistedsites": false,
"skipssoconfirmation": false,
"forcedefaultlanguage": false,
"privacypolicy": "https:\/\/studium.umontreal.ca\/admin\/tool\/policy\/viewall.php?returnurl=https%3A%2F%2Fstudium.umontreal.ca%2Fmy%2Findex.php",
"notificoncolor": "#006bb6",
"enableanalytics": false,
"enableonboarding": true,
"forceColorScheme": "",
"forceLoginLogo": false,
"ioswebviewscheme": "studiumappfs",
"appstores": {
"android": "ca.umontreal.studiumprod",
"ios": "id1380735206"
},
"wsrequestqueuelimit": 10,
"wsrequestqueuedelay": 100,
"calendarreminderdefaultvalue": 3600,
"toastDurations": {
"short": 2000,
"long": 3500,
"sticky": 0
},
"disableTokenFile": false,
"iconsPrefixes": {
"font-awesome": {
"brands": [
"fab"
],
"regular": [
"far"
],
"solid": [
"fa",
"fas"
]
},
"moodle": {
"font-awesome": [
"fam"
],
"moodle": [
"moodle"
]
}
},
"docurl": "https://studium.umontreal.ca/mod/page/view.php?id=4792674"
}