Skip to content

Commit

Permalink
Create settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TalMalchi committed Aug 28, 2022
1 parent 8d4bc7a commit 2f4ae76
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"driver": "MySQL",
"name": "FirstSQLConnection",
"database": "myshop",
"username": "admin",
"password": "malchital1"
}
]
}

0 comments on commit 2f4ae76

Please sign in to comment.