-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.example.json
53 lines (53 loc) · 1.69 KB
/
settings.example.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
{
"Universities": {
"UCalgary": {
"fullname": "University of Calgary",
"username": "",
"password": "",
"ucid": "",
"scrapeinterval": 3600,
"enabled": false,
"scrape": false,
"rmpid": 1416,
"_comment": "UCalgary does not support multi-threading on the same account"
},
"UAlberta": {
"fullname": "University of Alberta",
"enabled": false,
"scrape": false,
"scrapeinterval": 7200,
"uidConcurrency": 10,
"uidConcurrency_comment": "Max amount of concurrent requests to fetch UID Professor Names",
"rmpid": 1407
},
"MTRoyal": {
"fullname": "Mount Royal University",
"enabled": false,
"scrape": false,
"userid": "",
"pin": "",
"_comment_login": "Use your login for this page: https://mruweb.mymru.ca/prod/bwskfreg.P_AltPin",
"descConcurrency": 5,
"_comment_descConcurrency": "Amount of concurrent scrapers that scrape mount royal course info",
"scrapeinterval": 7200,
"rmpid": 1570
},
"ULeth": {
"fullname": "University of Lethbridge",
"enabled": false,
"scrape": false,
"scrapeinterval": 7200,
"rmpid": 1435
},
"UWaterloo": {
"fullname": "University of Waterloo",
"enabled": false,
"scrape": false,
"scrapeinterval": 7200,
"rmpid": 1490,
"api_key": ""
}
},
"rmpinterval": 21600,
"port": 3000
}