File tree 3 files changed +0
-21
lines changed
3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -2952,10 +2952,3 @@ def _should_send_learning_badge_events(settings):
2952
2952
# See https://www.meilisearch.com/docs/learn/security/tenant_tokens
2953
2953
MEILISEARCH_INDEX_PREFIX = ""
2954
2954
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 = []
Original file line number Diff line number Diff line change @@ -690,10 +690,3 @@ def get_env_setting(setting):
690
690
}
691
691
692
692
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' , [])
Original file line number Diff line number Diff line change @@ -5575,13 +5575,6 @@ def _should_send_learning_badge_events(settings):
5575
5575
SURVEY_REPORT_EXTRA_DATA = {}
5576
5576
5577
5577
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
-
5585
5578
5586
5579
LMS_COMM_DEFAULT_FROM_EMAIL = "[email protected] "
5587
5580
You can’t perform that action at this time.
0 commit comments