void.cat/VoidCat/appsettings.json

16 lines
360 B
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
2023-08-24 09:51:07 +00:00
"Microsoft.AspNetCore": "Warning",
2023-12-22 12:51:53 +00:00
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.AspNetCore.Cors.Infrastructure.CorsService": "Information"
2022-01-25 16:17:48 +00:00
}
},
"AllowedHosts": "*",
"Settings": {
2023-11-20 15:22:12 +00:00
"SiteUrl": "http://localhost:7195",
2023-12-22 12:51:53 +00:00
"DataDirectory": "./data"
2022-01-25 16:17:48 +00:00
}
}