From 9d9e9dec09c475871ad8d479e847001d81d98a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=94=BE?= Date: Fri, 14 Jul 2017 18:09:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=AF=E4=BF=AE=E6=94=B9servername?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/config.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/config.dev.json b/runtime/config.dev.json index 13086e9d..bc831657 100644 --- a/runtime/config.dev.json +++ b/runtime/config.dev.json @@ -3,7 +3,7 @@ "webhost": "127.0.0.1", "adminAccount": "admin@admin.com", "db": { - "servername": "127.0.0.1", + "servername": "192.168.237.71", "DATABASE": "yapi", "port": 27017 },