We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b20b7 commit db73c3aCopy full SHA for db73c3a
config/default.js
@@ -45,7 +45,7 @@ module.exports = {
45
HOST: process.env.ES_HOST || 'localhost:9200',
46
API_VERSION: process.env.ES_API_VERSION || '6.8',
47
// member index
48
- MEMBER_PROFILE_ES_INDEX: process.env.MEMBER_PROFILE_ES_INDEX || 'members-2020-01',
+ MEMBER_PROFILE_ES_INDEX: process.env.MEMBER_PROFILE_ES_INDEX || 'members-2020-01-s3',
49
// member type, ES 6.x accepts only 1 Type per index and it's mandatory to define it
50
MEMBER_PROFILE_ES_TYPE: process.env.MEMBER_PROFILE_ES_TYPE || 'profiles',
51
MEMBER_TRAIT_ES_INDEX: process.env.MEMBER_TRAIT_ES_INDEX || 'membertraits-2020-01',
0 commit comments