hackernet/Apps/HackerNet.Web/appsettings.json
2021-12-15 12:57:33 +01:00

13 lines
226 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "Data Source=hackernet.db"
}
}