Skip to content

Commit

Permalink
Basic App configuration
Browse files Browse the repository at this point in the history
Basic site and application configuration
  • Loading branch information
hbetai committed Nov 12, 2024
1 parent 537a184 commit 05d9564
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="45000" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.5.0.0" version="4.5.0" versionCode="45000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Moodle</name>
<description>Moodle official app</description>
<author email="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author>
<widget android-versionCode="45000" id="com.learniphi.consulted" ios-CFBundleVersion="4.5.0.0" version="4.5.0" versionCode="45000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ConsultEd</name>
<description>ConsultEd official app</description>
<author email="mobile@moodle.com" href="http://moodle.com">ConsultEd Mobile team</author>
<content src="index.html" />
<access origin="*" />
<access launch-external="yes" origin="tel:*" />
Expand Down
2 changes: 1 addition & 1 deletion google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"client_info": {
"mobilesdk_app_id": "1:111111111111:android:1111111111111111",
"android_client_info": {
"package_name": "com.moodle.moodlemobile"
"package_name": "com.learniphi.consulted"
}
},
"oauth_client": [
Expand Down
35 changes: 20 additions & 15 deletions moodle.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_id": "com.moodle.moodlemobile",
"appname": "Moodle Mobile",
"app_id": "com.learniphi.consulted",
"appname": "ConsultEd",
"versioncode": 45000,
"versionname": "4.5.0",
"cache_update_frequency_usually": 420000,
Expand Down Expand Up @@ -70,37 +70,42 @@
"wsservice": "moodle_mobile_app",
"demo_sites": {
"student": {
"url": "https://school.moodledemo.net",
"url": "https://lms.consultedsolutions.com/",
"username": "student",
"password": "moodle2024"
},
"teacher": {
"url": "https://school.moodledemo.net",
"url": "https://lms.consultedsolutions.com/",
"username": "teacher",
"password": "moodle2024"
}
},
"defaultZoomLevel": "none",
"zoomlevels": {
"none": 100,
"medium": 110,
"high": 120
},
"customurlscheme": "moodlemobile",
"sites": [],
"siteurl": "https://lms.consultedsolutions.com/",
"siteUrl": "https://lms.consultedsolutions.com/",
"forceLogin": true,
"customurlscheme": "consulted",
"sites": [
{
"name": "short_name",
"alias": "full_name",
"url": "https://lms.consultedsolutions.com/",
"staging": false
}
],

"multisitesdisplay": "",
"sitefindersettings": {},
"onlyallowlistedsites": false,
"forcedefaultlanguage": false,
"privacypolicy": "https://moodle.net/moodle-app-privacy/",
"privacypolicy": "https://lms.consultedsolutions.com/moodle-app-privacy/",
"notificoncolor": "#f98012",
"enableanalytics": false,
"enableonboarding": true,
"forceColorScheme": "",
"forceColorScheme": "#C50E70",
"forceLoginLogo": false,
"ioswebviewscheme": "moodleappfs",
"appstores": {
"android": "com.moodle.moodlemobile",
"android": "com.learniphi.consulted",
"ios": "id633359593"
},
"wsrequestqueuelimit": 10,
Expand Down

0 comments on commit 05d9564

Please sign in to comment.