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",
"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"
}