Files
sql-server-samples/samples/features/json/Dapper-Orm/appsettings.json
T

14 lines
292 B
JSON

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