MOBILE-3097 config: Change demo sites URL

This commit is contained in:
Pau Ferrer Ocaña 2019-07-31 11:15:55 +02:00
parent fc9bc6613d
commit 5420dc225e

View File

@ -58,12 +58,12 @@
"wsextservice": "local_mobile",
"demo_sites": {
"student": {
"url": "https:\/\/school.demo.moodle.net",
"url": "https:\/\/school.moodledemo.net",
"username": "student",
"password": "moodle"
},
"teacher": {
"url": "https:\/\/school.demo.moodle.net",
"url": "https:\/\/school.moodledemo.net",
"username": "teacher",
"password": "moodle"
}