forked from nicolasrod/php2python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp2python.code-workspace
More file actions
43 lines (43 loc) · 791 Bytes
/
php2python.code-workspace
File metadata and controls
43 lines (43 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"folders": [
{
"path": "../appliance"
},
{
"path": "../observium_php"
}
],
"settings": {
"python-envs.pythonProjects": [],
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default",
"enableSsl": "Disabled"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"driver": "MySQL",
"name": "localhost",
"database": "observium",
"username": "observium",
"password": "obs"
},
{
"mysqlOptions": {
"authProtocol": "default",
"enableSsl": "Disabled"
},
"previewLimit": 50,
"server": "observium-lxc",
"port": 3306,
"driver": "MySQL",
"name": "observium",
"database": "observium",
"username": "observium",
"password": "S2Fz2u-yzr_igH0"
}
]
}
}