Update FTP credentials and add local settings for Claude permissions

This commit is contained in:
2026-02-13 00:08:48 +01:00
parent 672d578063
commit ac06099e13
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(git remote set-url:*)",
"Bash(git push:*)"
]
}
}

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

@@ -1,7 +1,7 @@
{
"host": "host700513.hostido.net.pl",
"username": "www@tysweld.com",
"password": "SuFRuvWrjZescZpbPKfy",
"password": "nLUTUanYmQEHPvjuwHvf",
"remotePath": "/public_html/",
"protocol": "ftp",
"port": 0,

2
.vscode/sftp.json vendored
View File

@@ -4,7 +4,7 @@
"protocol": "ftp",
"port": 21,
"username": "www@tysweld.com",
"password": "SuFRuvWrjZescZpbPKfy",
"password": "nLUTUanYmQEHPvjuwHvf",
"remotePath": "/public_html/",
"uploadOnSave": false,
"useTempFile": false,