forked from openedx/openedx-app-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: configure for app to connect to dev instance
- Loading branch information
1 parent
fc84b63
commit 43d336c
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
API_HOST_URL: 'https://lms.quince-sandbox.eshe.opencraft.hosting/' | ||
APPLICATION_ID: 'org.openedx.app' | ||
API_HOST_URL: 'https://lms.dev.eshe.edpl.us' | ||
APPLICATION_ID: 'et.edu.ethernet.app.dev' | ||
ENVIRONMENT_DISPLAY_NAME: 'Eshe dev' | ||
URI_SCHEME: '' | ||
FEEDBACK_EMAIL_ADDRESS: '[email protected]' | ||
FAQ_URL: '' | ||
OAUTH_CLIENT_ID: 'android-app-client-id' | ||
OAUTH_CLIENT_ID: 'OsPoP501BYx7G2oJDK3yJ5xEySEUKiJREobHV864' | ||
|
||
# Keep empty to hide setting | ||
AGREEMENT_URLS: | ||
|
@@ -71,15 +71,15 @@ BRANCH: | |
PLATFORM_NAME: "OpenEdX" | ||
PLATFORM_FULL_NAME: "OpenEdX" | ||
#tokenType enum accepts JWT and BEARER only | ||
TOKEN_TYPE: "JWT" | ||
TOKEN_TYPE: "BEARER" | ||
#feature flag for activating What’s New feature | ||
WHATS_NEW_ENABLED: false | ||
#feature flag enable Social Login buttons | ||
SOCIAL_AUTH_ENABLED: false | ||
#feature flag to do the authentication flow in the browser to log in | ||
BROWSER_LOGIN: false | ||
BROWSER_LOGIN: true | ||
#feature flag to do the registration for in the browser | ||
BROWSER_REGISTRATION: false | ||
BROWSER_REGISTRATION: true | ||
#Course navigation feature flags | ||
COURSE_NESTED_LIST_ENABLED: false | ||
COURSE_UNIT_PROGRESS_ENABLED: false |