first commit
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user