Skip to content

Commit 08c4bfa

Browse files
author
Hassan Raza
committed
revert: disabled countries list in env
1 parent eb0852d commit 08c4bfa

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

cms/envs/common.py

-7
Original file line numberDiff line numberDiff line change
@@ -2952,10 +2952,3 @@ def _should_send_learning_badge_events(settings):
29522952
# See https://www.meilisearch.com/docs/learn/security/tenant_tokens
29532953
MEILISEARCH_INDEX_PREFIX = ""
29542954
MEILISEARCH_API_KEY = "devkey"
2955-
2956-
# .. setting_name: DISABLED_COUNTRIES
2957-
# .. setting_default: []
2958-
# .. setting_description: List of country codes that should be disabled
2959-
# .. for now it wil impact country listing in auth flow and user profile.
2960-
# .. eg ['US', 'CA']
2961-
DISABLED_COUNTRIES = []

cms/envs/production.py

-7
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,3 @@ def get_env_setting(setting):
690690
}
691691

692692
BEAMER_PRODUCT_ID = ENV_TOKENS.get('BEAMER_PRODUCT_ID', BEAMER_PRODUCT_ID)
693-
694-
# .. setting_name: DISABLED_COUNTRIES
695-
# .. setting_default: []
696-
# .. setting_description: List of country codes that should be disabled
697-
# .. for now it wil impact country listing in auth flow and user profile.
698-
# .. eg ['US', 'CA']
699-
DISABLED_COUNTRIES = ENV_TOKENS.get('DISABLED_COUNTRIES', [])

lms/envs/common.py

-7
Original file line numberDiff line numberDiff line change
@@ -5575,13 +5575,6 @@ def _should_send_learning_badge_events(settings):
55755575
SURVEY_REPORT_EXTRA_DATA = {}
55765576

55775577

5578-
# .. setting_name: DISABLED_COUNTRIES
5579-
# .. setting_default: []
5580-
# .. setting_description: List of country codes that should be disabled
5581-
# .. for now it wil impact country listing in auth flow and user profile.
5582-
# .. eg ['US', 'CA']
5583-
DISABLED_COUNTRIES = []
5584-
55855578

55865579
LMS_COMM_DEFAULT_FROM_EMAIL = "[email protected]"
55875580

0 commit comments

Comments
 (0)