From ccd6c5b8ac5f0da70ce4c3dde341cb52e353c8f2 Mon Sep 17 00:00:00 2001 From: zhangqi <2794379662@qq.com> Date: Sun, 25 Apr 2021 16:15:19 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=BC=80=E5=8F=91=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=9C=AC=E5=9C=B0=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Api/Ewide.EntityFramework.Core/dbsettings.Development.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Api/Ewide.EntityFramework.Core/dbsettings.Development.json diff --git a/Api/Ewide.EntityFramework.Core/dbsettings.Development.json b/Api/Ewide.EntityFramework.Core/dbsettings.Development.json new file mode 100644 index 0000000..0fba246 --- /dev/null +++ b/Api/Ewide.EntityFramework.Core/dbsettings.Development.json @@ -0,0 +1,5 @@ +{ + "ConnectionStrings": { + "DefaultConnection": "Data Source=localhost;Port=3307;Database=Ewide;User ID=root;Password=root;pooling=true;sslmode=none;CharSet=utf8;" + } +} \ No newline at end of file