forked from moodlehq/moodlemobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
23 lines (23 loc) · 1.11 KB
/
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" : "373",
"versionname" : "1.4.1",
"cache_expiration_time" : 300000,
"default_lang" : "en",
"languages": {"ca": "Català", "cs": "Čeština", "en": "English", "es": "Español", "es_mx": "Español - México", "eu": "Euskara", "fr" : "Français", "it": "Italiano", "hu": "magyar", "nl": "Nederlands", "sv": "Svenska"},
"plugins" : ["notifications", "upload", "events", "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": false,
"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"}],
"notifications_enabled": true
}