Skip to content

Commit

Permalink
Add setting to support ORA2 default django storage
Browse files Browse the repository at this point in the history
  • Loading branch information
kluo authored and stvstnfrd committed Sep 17, 2018
1 parent 7963e64 commit 2c71b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openedx/stanford/lms/envs/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
HELP_MODAL_LINKS = ENV_TOKENS.get('HELP_MODAL_LINKS', [])
INLINE_ANALYTICS_SUPPORTED_TYPES = ENV_TOKENS.get('INLINE_ANALYTICS_SUPPORTED_TYPES', INLINE_ANALYTICS_SUPPORTED_TYPES)
MAX_ENROLLEES_FOR_METRICS_USING_DB = ENV_TOKENS.get('MAX_ENROLLEES_FOR_METRICS_USING_DB', MAX_ENROLLEES_FOR_METRICS_USING_DB)
ORA2_FILEUPLOAD_BACKEND = ENV_TOKENS.get('ORA2_FILEUPLOAD_BACKEND', ORA2_FILEUPLOAD_BACKEND)
ORA2_RESPONSES_DOWNLOAD_ROUTING_KEY = HIGH_MEM_QUEUE
ORA2_RESPONSES_DOWNLOAD = ENV_TOKENS.get("ORA2_RESPONSES_DOWNLOAD", ORA2_RESPONSES_DOWNLOAD)
PAYMENT_CONFIRM_EMAIL = ENV_TOKENS.get(
Expand Down
1 change: 1 addition & 0 deletions openedx/stanford/lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
MKTG_URL_LINK_MAP['BLOG'] = None
MKTG_URL_LINK_MAP['COPYRIGHT'] = 'copyright'
MKTG_URL_LINK_MAP['DONATE'] = None
ORA2_FILEUPLOAD_BACKEND = 'django'
ORA2_RESPONSES_DOWNLOAD = {
'STORAGE_TYPE': 'localfs',
'BUCKET': 'edx-grades',
Expand Down

0 comments on commit 2c71b55

Please sign in to comment.