File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export const ossStandaloneForSSHConfig = {
121
121
} ;
122
122
123
123
export const ossClusterForSSHConfig = {
124
- host : process . env . OSS_STANDALONE_SSH_HOST || '172.31 .100.211' ,
124
+ host : process . env . OSS_STANDALONE_SSH_HOST || '172.33 .100.211' ,
125
125
port : process . env . OSS_STANDALONE_SSH_PORT || '6379' ,
126
126
databaseName : `${ process . env . OSS_STANDALONE_SSH_DATABASE_NAME || 'oss-cluster-for-ssh' } -${ uniqueId } ` ,
127
127
databaseUsername : process . env . OSS_STANDALONE_SSH_USERNAME ,
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ services:
138
138
default :
139
139
ipv4_address : 172.31.100.211
140
140
ssh :
141
- ipv4_address : 172.31 .100.211
141
+ ipv4_address : 172.33 .100.211
142
142
master-plain-7-2 :
143
143
logging : *logging
144
144
build : *cluster-plain-7-build
You can’t perform that action at this time.
0 commit comments