source: .vscode/settings.json@ f9c482b

Last change on this file since f9c482b was f9c482b, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload new project files

  • Property mode set to 100644
File size: 493 bytes
Line 
1{
2 "sqltools.connections": [
3 {
4 "mysqlOptions": {
5 "authProtocol": "default",
6 "enableSsl": "Disabled"
7 },
8 "previewLimit": 50,
9 "server": "localhost",
10 "port": 3306,
11 "driver": "MySQL",
12 "name": "Local instance MySQL80",
13 "database": "innovadb",
14 "username": "root",
15 "connectionTimeout": 30,
16 "password": "1234"
17 }
18 ]
19}
Note: See TracBrowser for help on using the repository browser.