void.cat/VoidCat/appsettings.json
2023-12-22 12:51:53 +00:00

16 lines
360 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.AspNetCore.Cors.Infrastructure.CorsService": "Information"
}
},
"AllowedHosts": "*",
"Settings": {
"SiteUrl": "http://localhost:7195",
"DataDirectory": "./data"
}
}