From 0fc5a01fb9e837ac3b11c20cbe27e328d5bdf482 Mon Sep 17 00:00:00 2001 From: zhangqi <2794379662@qq.com> Date: Fri, 12 Mar 2021 16:09:37 +0800 Subject: [PATCH] =?UTF-8?q?update:=E8=BF=9E=E6=8E=A5=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QRCodeService/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QRCodeService/appsettings.Production.json b/QRCodeService/appsettings.Production.json index 7be29f7..e7986ec 100644 --- a/QRCodeService/appsettings.Production.json +++ b/QRCodeService/appsettings.Production.json @@ -4,6 +4,6 @@ "IsForwarded": true }, "ConnectionStrings": { - "Default": "server=localhost;user=kuanyi;password=passwd;database=qrcode" + "Default": "server=localhost;user=qrcode;password=passwd;database=qrcode" } } \ No newline at end of file