SOMS/test/rediswebapiTest/appsettings.json
2024-07-15 10:31:26 +08:00

18 lines
317 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Redis": {
"Default": {
"Connection": "192.168.81.32:6379",
"InstanceName": "local",
"DefaultDB": 0
}
}
}