From 7ccee16059d101442a41a976c4a6bf70ad09e658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E5=BB=BA=E4=B8=9C?= <617601767@qq.com> Date: Wed, 24 Jan 2024 00:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=92=8C=E5=90=AF=E5=8A=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LanSheng/LanShengAPI/appsettings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LanSheng/LanShengAPI/appsettings.json b/LanSheng/LanShengAPI/appsettings.json index 1e360d4..925c227 100644 --- a/LanSheng/LanShengAPI/appsettings.json +++ b/LanSheng/LanShengAPI/appsettings.json @@ -7,13 +7,12 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "Default": "Data Source=127.0.0.1;database=devdb;User Id=root;Pwd=root;charset=utf8;pooling=true;" + "Default": "Data Source=mysql;database=lsdb;User Id=root;Pwd=root;charset=utf8;pooling=true;" }, "DotNetty": { "Use": "Y", "ThreadPool": 8, "Port": 9001 }, - "Redis": "redis:6379", - "urls": "http://localhost:5000" + "Redis": "redis:6379" }