Files
2026-06-29 09:52:02 +02:00

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/**"
]
}