Skip to content

Commit db73c3a

Browse files
committed
Update the index used for searching to the new, more complex one.
1 parent b2b20b7 commit db73c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
HOST: process.env.ES_HOST || 'localhost:9200',
4646
API_VERSION: process.env.ES_API_VERSION || '6.8',
4747
// member index
48-
MEMBER_PROFILE_ES_INDEX: process.env.MEMBER_PROFILE_ES_INDEX || 'members-2020-01',
48+
MEMBER_PROFILE_ES_INDEX: process.env.MEMBER_PROFILE_ES_INDEX || 'members-2020-01-s3',
4949
// member type, ES 6.x accepts only 1 Type per index and it's mandatory to define it
5050
MEMBER_PROFILE_ES_TYPE: process.env.MEMBER_PROFILE_ES_TYPE || 'profiles',
5151
MEMBER_TRAIT_ES_INDEX: process.env.MEMBER_TRAIT_ES_INDEX || 'membertraits-2020-01',

0 commit comments

Comments
 (0)