Added Application Name in connection string

This commit is contained in:
Jovan Popovic
2018-10-05 21:10:46 +02:00
parent fba6570047
commit aafabb193a
@@ -1,5 +1,5 @@
{
"ConnectionStrings": {
"WWI": "Server=.;Database=WideWorldImporters;User=WebApi;Password=Sp1d3rman!"
"WWI": "Server=.;Database=WideWorldImporters;User=WebApi;Password=Sp1d3rman!;Application Name=WideWorldImporters"
}
}