Lieb-Website/Lieb/appsettings.Development.json
2022-11-06 19:10:58 +01:00

13 lines
255 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LiebContext": "Data Source=./Database/mydb.sqlite;"
}
}