Sinet.CacheService/appsettings.json

12 lines
227 B
JSON
Raw Normal View History

2023-08-25 14:10:51 +08:00
{
"Urls": "http://*:5120",
"Redis": "localhost:6379,user=redis,password=password",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}