From 21b323c820bad9770721f49783f27b95c9d497e6 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Mon, 12 Jul 2021 11:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=AF=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/config.json b/shell/config.json index 4a0c85b..737af46 100644 --- a/shell/config.json +++ b/shell/config.json @@ -1,7 +1,7 @@ { "Finr": 100, "DB": { - "Source": "server=101.201.121.115;database=AIS20190608094238;user id=sa;password=Leit2020", - "Destination": "server=101.201.121.115;database=LAPP_XL;user id=sa;password=Leit2020" + "Source": "server=127.0.0.1;database=AIS20190608094238;user id=sa;password=Leit2020", + "Destination": "server=127.0.0.1;database=LAPP_XL;user id=sa;password=Leit2020" } }