Zaktualizowano konfigurację FTP w plikach .vscode, zmieniając hosta i hasło.

This commit is contained in:
2024-12-28 16:06:36 +01:00
parent f4cedfc60e
commit 6e3b9a65d9
3 changed files with 9 additions and 5 deletions

4
.vscode/ftp-kr.json vendored
View File

@@ -1,7 +1,7 @@
{
"host": "host117523.hostido.net.pl",
"host": "server.hostline.pl",
"username": "www@kontrans.cmspro.it",
"password": "AZqemmKcMPLzuMFBqN7Y",
"password": "eT3SArdvDUXkZ8ZeEAPP",
"remotePath": "/public_html/",
"protocol": "ftp",
"port": 0,

4
.vscode/ftp-kr.sync.cache.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"ftp://host117523.hostido.net.pl@www@kontrans.cmspro.it": {},
"$version": 1
}

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "host117523.hostido.net.pl",
"host": "host117523.hostido.net.pl",
"name": "server.hostline.pl",
"host": "server.hostline.pl",
"protocol": "ftp",
"port": 21,
"username": "www@kontrans.cmspro.it",
"password": "AZqemmKcMPLzuMFBqN7Y",
"password": "eT3SArdvDUXkZ8ZeEAPP",
"remotePath": "/public_html/",
"uploadOnSave": false,
"useTempFile": false,