forked from moodlehq/moodlemobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
20 lines (20 loc) · 883 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"app_id" : "com.moodle.moodlemobile",
"cache_expiration_time" : 300000,
"default_lang" : "en",
"plugins" : ["notifications", "upload", "contents", "participants", "addcontact", "addnote", "sendmessage"],
"wsservice" : "moodle_mobile_app",
"presets" : {"url": "", "username": ""},
"sync_ws_on" : true,
"sync_lang_on" : true,
"sync_css_on" : true,
"sync_cron": 300000,
"sync_ws" : 300000,
"sync_css" : 3600000,
"sync_lang" : 3600000,
"log_length" : 100,
"dev_debug": true,
"airnotifier_url": "http://notify.moodle.net:8801/tokens/",
"extra_js": [],
"demo_sites": [{"key": "student", "url": "http://school.demo.moodle.net", "username": "student", "password": "moodle"}, {"key": "teacher", "url": "http://school.demo.moodle.net", "username": "teacher", "password": "moodle"}, {"key": "cva", "url": "http://mm.cvaconsulting.com/moodle", "username": "student", "password": "student"}]
}