MOBILE-3097 config: Change demo sites URL

main
Pau Ferrer Ocaña 2019-07-31 11:15:55 +02:00
parent fc9bc6613d
commit 5420dc225e
1 changed files with 2 additions and 2 deletions

View File

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