fbbad82975
- Created new src/ directory - Copied all project files and folders to src/ - Keeps project structure organized and consolidated
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"name": "Mein Webserver",
|
|
"host": "192.168.178.88",
|
|
"protocol": "sftp",
|
|
"port": 22,
|
|
"username": "root",
|
|
"password": "934290",
|
|
"remotePath": "/var/www/html/",
|
|
"uploadOnSave": true,
|
|
"useTempFile": false,
|
|
"openSsh": false
|
|
}
|