forked from moodlehq/moodlemobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
23 lines (23 loc) · 967 Bytes
/
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
{
"app_id" : "com.moodle.moodlemobile",
"versioncode" : "363",
"versionname" : "1.2.0.2",
"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://192.168.1.171:8801/tokens/",
"airnotifier_app_id": "moodlemobile",
"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"}]
}