Skip to content

Commit

Permalink
Merge pull request #6450 from dimagi/ap/india-swap-indices
Browse files Browse the repository at this point in the history
Swap all indices on India
  • Loading branch information
AmitPhulera authored Dec 13, 2024
2 parents fb71513 + 8167ed9 commit 1a1d941
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions environments/india/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ localsettings:
ES_SMS_INDEX_MULTIPLEXED: True
ES_USERS_INDEX_MULTIPLEXED: True
# Index Swap Settings
ES_APPS_INDEX_SWAPPED: False
ES_CASE_SEARCH_INDEX_SWAPPED: False
ES_CASES_INDEX_SWAPPED: False
ES_DOMAINS_INDEX_SWAPPED: False
ES_FORMS_INDEX_SWAPPED: False
ES_GROUPS_INDEX_SWAPPED: False
ES_SMS_INDEX_SWAPPED: False
ES_USERS_INDEX_SWAPPED: False
ES_APPS_INDEX_SWAPPED: True
ES_CASE_SEARCH_INDEX_SWAPPED: True
ES_CASES_INDEX_SWAPPED: True
ES_DOMAINS_INDEX_SWAPPED: True
ES_FORMS_INDEX_SWAPPED: True
ES_GROUPS_INDEX_SWAPPED: True
ES_SMS_INDEX_SWAPPED: True
ES_USERS_INDEX_SWAPPED: True
# Index Settings End
IS_DIMAGI_ENVIRONMENT: True
EULA_COMPLIANCE: True
Expand Down

0 comments on commit 1a1d941

Please sign in to comment.