zookeeper.js 219 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 const config = require('../config/config'); module.exports = (app) => { app.locals = {}; if (config.zookeeperServer) { require('yoho-zookeeper')(config.zookeeperServer, 'wap', app.locals.wap = {}, false); } }