Skip to content

Commit

Permalink
Merge pull request #6127 from dimagi/ap/es/swap-indices-swiss
Browse files Browse the repository at this point in the history
Swap all indices on swiss
  • Loading branch information
AmitPhulera authored Sep 19, 2023
2 parents d7b9dab + ef6f5ae commit 175e0bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions environments/swiss/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,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 175e0bd

Please sign in to comment.