Showing
1 changed file
with
2 additions
and
1 deletions
@@ -83,7 +83,8 @@ module.exports = { | @@ -83,7 +83,8 @@ module.exports = { | ||
83 | appID: 'wx75e5a7c0c88e45c2', | 83 | appID: 'wx75e5a7c0c88e45c2', |
84 | appSecret: 'ce21ae4a3f93852279175a167e54509b' | 84 | appSecret: 'ce21ae4a3f93852279175a167e54509b' |
85 | } | 85 | } |
86 | - } | 86 | + }, |
87 | + zookeeperServer: '10.66.1.97:2181' | ||
87 | }; | 88 | }; |
88 | 89 | ||
89 | if (isProduction) { | 90 | if (isProduction) { |
-
Please register or login to post a comment