Files
sql-server-samples/samples/features/json/geo-json/dotnet-states-openlayers2/appsettings.json
T

14 lines
281 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"GeoJsonDemo": "Server=.;Database=WideWorldImporters;Integrated Security=true"
}
}