hackernet/Apps/HackerNet.Api/appsettings.Development.json
2021-12-15 14:24:42 +01:00

12 lines
219 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Default": "Data Source=../HackerNet.Web/hackernet.db"
}
}