SOMS/test/rediswebapiTest/appsettings.json

18 lines
317 B
JSON
Raw Normal View History

2024-07-15 10:31:26 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Redis": {
"Default": {
"Connection": "192.168.81.32:6379",
"InstanceName": "local",
"DefaultDB": 0
}
}
}