-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
38 lines (38 loc) · 849 Bytes
/
Copy pathconfig.example.json
File metadata and controls
38 lines (38 loc) · 849 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
{
"ssh": {
"credentialFile": "ssh-credentials.xml",
"servers": {
"server1": {
"hostname": "server1.example.com",
"description": "Production server"
},
"server2": {
"hostname": "server2.example.com",
"description": "Development server",
"keyFile": "server2.pem"
},
"db-server": {
"hostname": "db.example.com",
"description": "Database server"
}
},
"databasePorts": {
"postgres": 5432,
"postgresql": 5432,
"mysql": 3306,
"mariadb": 3306,
"mssql": 1433,
"sqlserver": 1433,
"mongodb": 27017,
"mongo": 27017,
"redis": 6379,
"oracle": 1521
}
},
"editor": {
"notepadPlusPlus": "C:\\Program Files\\Notepad++\\notepad++.exe"
},
"toolkit": {
"updateCheckDays": 1
}
}