Compare commits

...

1 Commits

Author SHA1 Message Date
Artem Bakalov 1f657d8fb0 UTAPI-95 - fix hardcoded bucketd host 2023-07-10 15:34:57 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class UtapiReindex {
sentinelPassword: '', sentinelPassword: '',
}; };
this._bucketd = { this._bucketd = {
host: '127.0.0.1', host: process.env.GLOBAL_METADATA_BUCKET_DBD_HOST || '127.0.0.1',
port: 9000, port: 9000,
}; };
this._password = ''; this._password = '';