void.cat/VoidCat/appsettings.json
2023-11-20 15:22:12 +00:00

16 lines
306 B
JSON

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