From b8ad9afd4a2d4bcca3edb9d71cf4a53b480fa43f Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Wed, 22 Sep 2021 10:12:37 +0800
Subject: [PATCH] 测试redis外网地址

---
 config.js |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/config.js b/config.js
index 583df7f..60f31b0 100644
--- a/config.js
+++ b/config.js
@@ -9,22 +9,22 @@
     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
-    },
+    KAFKA_HOST: '114.55.95.168:9092,121.199.75.103:9092,121.43.43.21:9092',
 
     /*REDIS_OPTS: {
-        host: "r-bp1xdlb9wfc6zt0msppd.redis.rds.aliyuncs.com",
+        host: "r-bp1hez4g7rkqjswpay.redis.rds.aliyuncs.com",
         port: 6379,
-        password: "moral_123456",
-        db: 0
+        password: "coor6za0eishe8M",
+        db: 1
     },*/
 
+    REDIS_OPTS: {
+        host: "r-bp1hez4g7rkqjswpaypd.redis.rds.aliyuncs.com",
+        port: 6379,
+        password: "coor6za0eishe8M",
+        db: 0
+    },
+
     //������������
     email: {
         service: 'QQ',

--
Gitblit v1.8.0