/** * Created by bin.shen on 01/04/2017. */ var config = { HOST: "0.0.0.0", PORT: 5959, CRUISER_PORT: 5757, UAV_PORT: 5656, //KAFKA_HOST: '47.99.145.48:9092', KAFKA_HOST: '172.16.44.65:9092,172.16.44.66:9092,172.16.44.67:9092', REDIS_OPTS: { host: "r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com", port: 6379, password: "moral_123456", db: 1 }, /*REDIS_OPTS: { host: "r-bp1xdlb9wfc6zt0msppd.redis.rds.aliyuncs.com", port: 6379, password: "moral_123456", db: 0 },*/ //邮件配置 email: { service: 'QQ', user: '357328213@qq.com', pass: 'pkubbxzznfxhbgji' }, }; module.exports = config;