From 5420dc225e6ce2dc18c2fd4d45abba706212492d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 31 Jul 2019 11:15:55 +0200 Subject: [PATCH] MOBILE-3097 config: Change demo sites URL --- src/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index 97284d658..47588bf5f 100644 --- a/src/config.json +++ b/src/config.json @@ -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" }