led-server/.vscode/sftp.json
2019-04-27 15:58:14 +02:00

22 lines
420 B
JSON

{
"username": "root",
"privateKeyPath": "~/.ssh/id_rsa",
"remotePath": "/opt/LED-Server2",
"uploadOnSave": true,
"ignore": [
".vscode",
".git",
"config.py",
"config.pyc",
".DS_Store"
],
"profiles": {
"pi-arch@KJ": {
"host": "192.168.1.252"
},
"pi-arch@Home": {
"host": "192.168.0.67"
}
}
}