15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"transport": "scp",
|
|
"uploadOnSave": true,
|
|
"deleteLocal": false,
|
|
"hostname": "10.10.10.6",
|
|
"port": "22",
|
|
"target": "/home/pi/tagserver/",
|
|
"ignore": [
|
|
".remote-sync.json",
|
|
".git/**"
|
|
],
|
|
"username": "pi",
|
|
"password": "raspberry"
|
|
}
|