Skip to content
Snippets Groups Projects
Commit d406da87 authored by Daniel Friedman's avatar Daniel Friedman
Browse files

Merge pull request #8160 from edx/dan-f/expose-edxnotes-interface-setting

Expose `EDXNOTES_INTERFACE` from configuration
parents 20b25356 f97658a4
No related merge requests found
......@@ -610,3 +610,7 @@ if FEATURES['IS_EDX_DOMAIN']:
PROFILE_IMAGE_DEFAULT_FILENAME = 'images/edx-theme/default-profile'
else:
PROFILE_IMAGE_DEFAULT_FILENAME = ENV_TOKENS.get('PROFILE_IMAGE_DEFAULT_FILENAME', PROFILE_IMAGE_DEFAULT_FILENAME)
# EdxNotes config
EDXNOTES_INTERFACE = ENV_TOKENS.get('EDXNOTES_INTERFACE', EDXNOTES_INTERFACE)
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