mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added Application Name in connection string
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"WWI": "Server=.;Database=WideWorldImporters;User=WebApi;Password=Sp1d3rman!"
|
||||
"WWI": "Server=.;Database=WideWorldImporters;User=WebApi;Password=Sp1d3rman!;Application Name=WideWorldImporters"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user