Usunięcie nieużywanych plików cache oraz aktualizacja konfiguracji połączenia FTP i bazy danych

This commit is contained in:
2025-02-09 17:37:20 +01:00
parent 710f8b6450
commit 296fa6f315
8 changed files with 87 additions and 92 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@marianek.pl",
"password": "xT6WTcNqceJaA4AnMwzq",
"password": "7rtNLvttUf8mRhthuPQ5",
"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@marianek.pl",
"password": "xT6WTcNqceJaA4AnMwzq",
"password": "7rtNLvttUf8mRhthuPQ5",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,