20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "Webserver Lokal",
|
|
"host": "10.10.18.17",
|
|
"protocol": "sftp",
|
|
"port": 22,
|
|
"username": "administrator",
|
|
"password": "EPI2016asta",
|
|
"remotePath": "/var/www/html/episupport",
|
|
"uploadOnSave": true,
|
|
"useTempFile": false,
|
|
"openSsh": true,
|
|
"ignore": [
|
|
".vscode",
|
|
".git",
|
|
".git/**",
|
|
".env",
|
|
"data/**"
|
|
]
|
|
}
|