From 3790c08c351e2411e5d082f35655dd7f965f55b4 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 21 Jan 2021 16:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 7805194..6bf5d35 100644 --- a/config/config.json +++ b/config/config.json @@ -1,5 +1,5 @@ { "redis": "redis://127.0.0.1:6379/15", - "db_main": "mongodb://127.0.0.1/card-development", + "db_main": "mongodb://192.168.100.24/card-development", "port": 2987 }