Skip to content
Snippets Groups Projects
Unverified Commit a18d936d authored by Manjinder Singh's avatar Manjinder Singh Committed by GitHub
Browse files

Revert "Adding new settings to correct places (#23051)" (#23112)

This reverts commit f0818544.
parent d8c3cfe2
No related branches found
Tags release-2019-07-18-11.16
No related merge requests found
......@@ -130,11 +130,6 @@ FEATURES = {
# Toggles OAuth2 authentication provider
'ENABLE_OAUTH2_PROVIDER': False,
# Toggles auth class in discussions djangoapps
'DISCUSSION_USE_NEW_OAUTH2_CLASS': False,
# Toggles auth class in bookmarks djangoapps
'BOOKMARKS_USE_NEW_OAUTH2_CLASS': False,
# Allows to enable an API endpoint to serve XBlock view, used for example by external applications.
# See jquey-xblock: https://github.com/edx-solutions/jquery-xblock
'ENABLE_XBLOCK_VIEW_ENDPOINT': False,
......
......@@ -768,12 +768,6 @@ if FEATURES.get('ENABLE_OAUTH2_PROVIDER'):
OAUTH_ID_TOKEN_EXPIRATION = ENV_TOKENS.get('OAUTH_ID_TOKEN_EXPIRATION', OAUTH_ID_TOKEN_EXPIRATION)
OAUTH_DELETE_EXPIRED = ENV_TOKENS.get('OAUTH_DELETE_EXPIRED', OAUTH_DELETE_EXPIRED)
##### Changing Authentication Class ####
# Toggles auth class in discussions djangoapps
DISCUSSION_USE_NEW_OAUTH2_CLASS = ENV_TOKENS.get('DISCUSSION_USE_NEW_OAUTH2_CLASS', False)
# Toggles auth class in bookmakrs djangoapps
BOOKMARKS_USE_NEW_OAUTH2_CLASS = ENV_TOKENS.get('BOOKMARKS_USE_NEW_OAUTH2_CLASS', False)
##### GOOGLE ANALYTICS IDS #####
GOOGLE_ANALYTICS_ACCOUNT = AUTH_TOKENS.get('GOOGLE_ANALYTICS_ACCOUNT')
GOOGLE_ANALYTICS_TRACKING_ID = AUTH_TOKENS.get('GOOGLE_ANALYTICS_TRACKING_ID')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment