Skip to content

Commit

Permalink
Update django settings override - EDLY-4937 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
taimoor-ahmed-1 authored Nov 2, 2022
1 parent 0497164 commit c989460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
'FRONTEND_LOGIN_URL', 'FRONTEND_LOGOUT_URL', 'LOGIN_REDIRECT_WHITELIST',
'DEFAULT_FROM_EMAIL', 'BULK_EMAIL_DEFAULT_FROM_EMAIL',
'FEATURES', 'MKTG_URLS', 'MARKETING_SITE_ROOT',
'CORS_ORIGIN_WHITELIST',
'CORS_ORIGIN_WHITELIST', 'CURRENT_PLAN',
]

# CORS CONFIG
Expand Down
2 changes: 1 addition & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
'ECOMMERCE_API_URL', 'FEATURES', 'MKTG_URLS',
'CREDENTIALS_INTERNAL_SERVICE_URL', 'CREDENTIALS_PUBLIC_SERVICE_URL',
'REGISTRATION_EXTRA_FIELDS',
'CSRF_TRUSTED_ORIGINS', 'CORS_ORIGIN_WHITELIST',
'CSRF_TRUSTED_ORIGINS', 'CORS_ORIGIN_WHITELIST', 'CURRENT_PLAN',
]

ENABLE_SUBSCRIPTIONS_ON_RUNTIME_SWITCH = 'enable_subscriptions'
Expand Down

0 comments on commit c989460

Please sign in to comment.