1
0
Blazor_Canvas/BlazorCanvas/BlazorCanvas.Server/appsettings.json

13 lines
201 B
JSON
Raw Normal View History

2023-11-11 15:43:52 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-11-17 20:40:46 -05:00
"AllowedHosts": "*",
"ConnectionStrings": {
"cache": "francis-redis"
2023-11-17 20:40:46 -05:00
}
2023-11-11 15:43:52 -05:00
}