Skip to content

Commit

Permalink
docs: update settings comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored Jan 15, 2025
1 parent b96a3bf commit 343a4ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/envs/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def get_env_setting(setting):
CMS_BASE = ENV_TOKENS.get('CMS_BASE', 'studio.edx.org')

ALLOWED_HOSTS = [
# TODO: bbeggs remove this before prod, temp fix to get load testing running
"*",
ENV_TOKENS.get('LMS_BASE'),
FEATURES['PREVIEW_LMS_BASE'],
Expand Down

0 comments on commit 343a4ca

Please sign in to comment.