From: Stephen Cameron Date: Thu, 29 Aug 2019 15:11:06 +0000 (+0200) Subject: Fix `CUBIST_INTERNAL_SEARCH_INDEX` setting for staging / production. Done #2989 ... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b06b1e89f90c7652e10a697180450a7f88c5b51e;p=pmi.git Fix `CUBIST_INTERNAL_SEARCH_INDEX` setting for staging / production. Done #2989 @0:05 --- diff --git a/.env.production b/.env.production index 6a5840c..0e25ba7 100644 --- a/.env.production +++ b/.env.production @@ -46,7 +46,7 @@ GOOGLE_ANALYTICS_ID=UA-4339912-10 BACKPACK_LICENSE=YwdOWjeEczPAwy06GzkBJggW CUBIST_INTERNAL_SEARCH=true -CUBIST_INTERNAL_SEARCH_INDEX=pmi +CUBIST_INTERNAL_SEARCH_INDEX=pmi_production ELASTICSEARCH_HOST=127.0.0.1 ELASTICSEARCH_PORT=9200 diff --git a/.env.staging b/.env.staging index 652438a..e5fed56 100644 --- a/.env.staging +++ b/.env.staging @@ -45,7 +45,7 @@ GOOGLE_ANALYTICS_ID=UA-4339912-10 BACKPACK_LICENSE=YwdOWjeEczPAwy06GzkBJggW CUBIST_INTERNAL_SEARCH=true -CUBIST_INTERNAL_SEARCH_INDEX=pmi_staging +CUBIST_INTERNAL_SEARCH_INDEX=pmi_production ELASTICSEARCH_HOST=127.0.0.1 ELASTICSEARCH_PORT=9200