Skip to content

Commit

Permalink
chore: configure for app to connect to dev instance
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavb12 committed Sep 30, 2024
1 parent fc84b63 commit 43d336c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions default_config/dev/config.yaml
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:
Expand Down Expand Up @@ -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

0 comments on commit 43d336c

Please sign in to comment.