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

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

@@ -0,0 +1,12 @@
{
"name": "brpp.pl",
"host": "brpp.pl",
"protocol": "ftp",
"port": 21,
"username": "strona@brpp.pl",
"password": "nwQQzlTpxh2VC0l5rkwr",
"remotePath": "/brpp.pl/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}