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 7ab484f commit 085a5d7Copy full SHA for 085a5d7
tests/e2e/helpers/conf.ts
@@ -32,8 +32,8 @@ export const ossStandaloneRedisearch = {
32
};
33
34
export const ossClusterConfig = {
35
- ossClusterHost: process.env.OSS_CLUSTER_HOST || 'oss-cluster',
36
- ossClusterPort: process.env.OSS_CLUSTER_PORT || '7000',
+ ossClusterHost: process.env.OSS_CLUSTER_HOST || 'master-plain-7-1',
+ ossClusterPort: process.env.OSS_CLUSTER_PORT || '6379',
37
ossClusterDatabaseName: `${process.env.OSS_CLUSTER_DATABASE_NAME || 'test_cluster'}-${uniqueId}`
38
39
0 commit comments