Skip to content

Commit

Permalink
Merge pull request #6452 from dimagi/ap/swap-cases-index-prod
Browse files Browse the repository at this point in the history
Swap cases index on Prod
  • Loading branch information
AmitPhulera authored Dec 17, 2024
2 parents 459ceff + 865f79c commit c5d8195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/production/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ localsettings:
# Index Swap settings
ES_APPS_INDEX_SWAPPED: False
ES_CASE_SEARCH_INDEX_SWAPPED: True
ES_CASES_INDEX_SWAPPED: False
ES_CASES_INDEX_SWAPPED: True
ES_DOMAINS_INDEX_SWAPPED: False
ES_FORMS_INDEX_SWAPPED: False
ES_GROUPS_INDEX_SWAPPED: False
Expand Down

0 comments on commit c5d8195

Please sign in to comment.