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",