mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
corregido bud preview
This commit is contained in:
21
.vscode/sftp.json
vendored
21
.vscode/sftp.json
vendored
@ -1,12 +1,23 @@
|
||||
{
|
||||
"name": "sk-jjo",
|
||||
"host": "sk-jjo.imnavajas.es",
|
||||
"protocol": "ftp",
|
||||
"port": 21,
|
||||
"username": "sk-jjo",
|
||||
"password": "Snwi1660%",
|
||||
"remotePath": "/",
|
||||
"uploadOnSave": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
||||
"openSsh": false,
|
||||
"profiles": {
|
||||
"jjo": {
|
||||
"host": "sk-jjo.imnavajas.es",
|
||||
"username": "sk-jjo",
|
||||
"password": "Snwi1660%"
|
||||
|
||||
},
|
||||
"dev":{
|
||||
"host": "sk-dev.imnavajas.es",
|
||||
"username": "sk-dev",
|
||||
"password": "KXvYsubai9v*g61~"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user