This commit is contained in:
Kai Ton 2024-05-17 10:23:13 +00:00
parent e13aaed393
commit 251d054100
1 changed files with 13 additions and 0 deletions

13
.vscode/sftp.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"name": "magento2-docker",
"host": "102.20.2.204",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "root",
"remotePath": "/magento2-doker",
"uploadOnSave": true,
"downloadOnOpen": true,
"useTempFile": false,
"openSsh": false
}