From cfb65d5c7187e79fb9eae871fc67ddd3f88a2371 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Wed, 22 Sep 2021 10:24:42 +0800 Subject: [PATCH] 测试redis内网地址 --- config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 60f31b0..8886733 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