void.cat/VoidCat/appsettings.json
2022-01-25 16:17:48 +00:00

13 lines
192 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Settings": {
"VoidSettings": "./data"
}
}