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 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 8886733..60f31b0 100644 --- a/config.js +++ b/config.js @@ -11,19 +11,19 @@ //KAFKA_HOST: '47.99.145.48:9092', KAFKA_HOST: '114.55.95.168:9092,121.199.75.103:9092,121.43.43.21:9092', - REDIS_OPTS: { + /*REDIS_OPTS: { host: "r-bp1hez4g7rkqjswpay.redis.rds.aliyuncs.com", port: 6379, password: "coor6za0eishe8M", db: 1 - }, + },*/ - /*REDIS_OPTS: { + REDIS_OPTS: { host: "r-bp1hez4g7rkqjswpaypd.redis.rds.aliyuncs.com", port: 6379, password: "coor6za0eishe8M", db: 0 - },*/ + }, //������������ email: { -- Gitblit v1.8.0