Files
sql-server-samples/samples/demos/ivs-people-register/appsettings.json
T
Jovan Popovic 682c88cbc7 Added IVS demo app
Added IVS sample ap and corrected some spelling errors in readme file in
GeoJSON app.
2016-12-03 15:07:33 +01:00

14 lines
263 B
JSON

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