22 lines
374 B
JSON
22 lines
374 B
JSON
{
|
|
"name": "zaufane.pl",
|
|
"host": "51.91.158.9",
|
|
"protocol": "sftp",
|
|
"port": 4324,
|
|
"username": "zaufanewww",
|
|
"password": "6eEZ-Ke34#SmCUes",
|
|
"remotePath": "/var/www/html/",
|
|
"uploadOnSave": true,
|
|
"ignore": [
|
|
".vscode",
|
|
".git",
|
|
".DS_Store",
|
|
".svn"
|
|
],
|
|
"watcher": {
|
|
"files": "**/*.*",
|
|
"autoUpload": true,
|
|
"autoDelete": true
|
|
}
|
|
}
|