Update FTP and database configuration for brpp.pl

This commit is contained in:
2025-11-03 21:32:39 +01:00
parent 8604599c46
commit f632e95630
4 changed files with 200 additions and 187 deletions

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

@@ -1,17 +1,17 @@
{
"host": "host117523.hostido.net.pl",
"username": "www@brpp.pagedev.pl",
"password": "LmjPPmby7uexMf7FGdSF",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
"host": "brpp.pl",
"username": "strona@brpp.pl",
"password": "nwQQzlTpxh2VC0l5rkwr",
"remotePath": "/brpp.pl/",
"protocol": "ftp",
"port": 21,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}