Merge pull request #2028 from crazyserver/MOBILE-3097

MOBILE-3097 config: Change demo sites URL
main
Juan Leyva 2019-07-31 13:41:24 +02:00 committed by GitHub
commit 8bc6e60934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}