DevSampleExam/appsettings.Example.json
2022-02-01 21:40:17 +01:00

15 lines
369 B
JSON

{
"ProjectName": "SimpleModelsAndRelations",
"ConnectionStrings": {
"SimpleModelsAndRelationsConnection": "Filename=./SimpleModelsAndRelations.db"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}