From 7069042cf6f6484a59c134547f8f8d54bb201662 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Sat, 18 Sep 2021 17:30:07 +0800 Subject: [PATCH] redis、kafka配置 --- config.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.js b/config.js index 583df7f..8886733 100644 --- a/config.js +++ b/config.js @@ -9,19 +9,19 @@ 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', + KAFKA_HOST: '114.55.95.168:9092,121.199.75.103:9092,121.43.43.21:9092', REDIS_OPTS: { - host: "r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com", + host: "r-bp1hez4g7rkqjswpay.redis.rds.aliyuncs.com", port: 6379, - password: "moral_123456", + password: "coor6za0eishe8M", db: 1 }, /*REDIS_OPTS: { - host: "r-bp1xdlb9wfc6zt0msppd.redis.rds.aliyuncs.com", + host: "r-bp1hez4g7rkqjswpaypd.redis.rds.aliyuncs.com", port: 6379, - password: "moral_123456", + password: "coor6za0eishe8M", db: 0 },*/ -- Gitblit v1.8.0