Skip to content

Commit

Permalink
chore: Update devcontainer configuration for connecting to the "heroe…
Browse files Browse the repository at this point in the history
…s" database
  • Loading branch information
0GiS0 committed Jun 10, 2024
1 parent 8c8b97e commit 2bb9023
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"vscode": {
"settings": {
"mssql.connections": [
{
"server": "db,1433",
"database": "heroes",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "P@ssword",
"emptyPasswordInput": false,
"savePassword": false,
"profileName": "mssql-container",
"trustServerCertificate": true
}
]
{
"server": "db,1433",
"database": "heroes",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "P@ssword",
"emptyPasswordInput": false,
"savePassword": false,
"profileName": "mssql-container",
"trustServerCertificate": true
}
]
},

"extensions": [
Expand Down

0 comments on commit 2bb9023

Please sign in to comment.