Aktualizacja konfiguracji FTP oraz poprawa formatowania kodu w plikach konfiguracyjnych

This commit is contained in:
2025-02-20 21:02:20 +01:00
parent 03434ff3e3
commit 9c84b58234
3 changed files with 7 additions and 8 deletions

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

@@ -1,7 +1,7 @@
{
"host": "193.177.164.18",
"host": "host700513.hostido.net.pl",
"username": "www@pomysloweprezenty.pl",
"password": "rY8f848N7b4U8edzHwsS",
"password": "vx6HmtcdGraQTBwj3BDV",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "193.177.164.18",
"host": "193.177.164.18",
"name": "host700513.hostido.net.pl",
"host": "host700513.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@pomysloweprezenty.pl",
"password": "rY8f848N7b4U8edzHwsS",
"password": "vx6HmtcdGraQTBwj3BDV",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,