zookeeperServer change
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -133,7 +133,7 @@ if (isProduction) { | @@ -133,7 +133,7 @@ if (isProduction) { | ||
133 | open: false, | 133 | open: false, |
134 | url: 'http://123.206.2.55/strategy' | 134 | url: 'http://123.206.2.55/strategy' |
135 | }, | 135 | }, |
136 | - zookeeperServer: 'zookeeper.web.yohoops.org:2181' | 136 | + zookeeperServer: 'web.zookeeper.yohoops.org:2181' |
137 | }); | 137 | }); |
138 | } else if (isTest) { | 138 | } else if (isTest) { |
139 | Object.assign(module.exports, { | 139 | Object.assign(module.exports, { |
-
Please register or login to post a comment