Skip to content

Commit a93141e

Browse files
fix port
1 parent ef9adb7 commit a93141e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helpers/conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const ossStandaloneV7Config = {
4949

5050
export const ossStandaloneV8Config = {
5151
host: process.env.OSS_STANDALONE_V8_HOST || 'oss-standalone-v8',
52-
port: process.env.OSS_STANDALONE_V8_PORT || '6377',
52+
port: process.env.OSS_STANDALONE_V8_PORT || '6379',
5353
databaseName: `${process.env.OSS_STANDALONE_V8_DATABASE_NAME || 'test_standalone-v8'}-${uniqueId}`,
5454
databaseUsername: process.env.OSS_STANDALONE_V8_USERNAME,
5555
databasePassword: process.env.OSS_STANDALONE_V8_PASSWORD

0 commit comments

Comments
 (0)