Files
sql-server-samples/samples/features/json/todo-app/dotnet-rest-api/appsettings.json
T

14 lines
276 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"TodoDb": "Server=.\\SQLEXPRESS;Database=TodoDb;Integrated Security=True"
}
}