From cc308f360a727ffa4180ef0cb9ceef2b4ef0b39a Mon Sep 17 00:00:00 2001 From: lxw Date: Fri, 10 May 2024 14:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebStarter/bin/Debug/net6.0/appsettings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WebStarter/bin/Debug/net6.0/appsettings.json b/WebStarter/bin/Debug/net6.0/appsettings.json index 4db5f7b..341b3dc 100644 --- a/WebStarter/bin/Debug/net6.0/appsettings.json +++ b/WebStarter/bin/Debug/net6.0/appsettings.json @@ -9,6 +9,11 @@ "Version": "1.1.0.1", "Url": "http://121.4.95.243:8090/Updates/AutoUpdaterStarter.xml" }, + "Redis": { + "Connection": "106.12.36.89:6379,password=123456", + "InstanceName": "local", + "DefaultDB": "8" + }, "Logging": { "LogLevel": { "Default": "Information",