void.cat/VoidCat/appsettings.json

13 lines
193 B
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Settings": {
2022-01-25 23:39:51 +00:00
"DataDirectory": "./data"
2022-01-25 16:17:48 +00:00
}
}