Update FTP credentials and add local settings for Claude permissions
This commit is contained in:
8
.claude/settings.local.json
Normal file
8
.claude/settings.local.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(git remote set-url:*)",
|
||||||
|
"Bash(git push:*)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
2
.vscode/ftp-kr.json
vendored
2
.vscode/ftp-kr.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"host": "host700513.hostido.net.pl",
|
"host": "host700513.hostido.net.pl",
|
||||||
"username": "www@tysweld.com",
|
"username": "www@tysweld.com",
|
||||||
"password": "SuFRuvWrjZescZpbPKfy",
|
"password": "nLUTUanYmQEHPvjuwHvf",
|
||||||
"remotePath": "/public_html/",
|
"remotePath": "/public_html/",
|
||||||
"protocol": "ftp",
|
"protocol": "ftp",
|
||||||
"port": 0,
|
"port": 0,
|
||||||
|
|||||||
2
.vscode/sftp.json
vendored
2
.vscode/sftp.json
vendored
@@ -4,7 +4,7 @@
|
|||||||
"protocol": "ftp",
|
"protocol": "ftp",
|
||||||
"port": 21,
|
"port": 21,
|
||||||
"username": "www@tysweld.com",
|
"username": "www@tysweld.com",
|
||||||
"password": "SuFRuvWrjZescZpbPKfy",
|
"password": "nLUTUanYmQEHPvjuwHvf",
|
||||||
"remotePath": "/public_html/",
|
"remotePath": "/public_html/",
|
||||||
"uploadOnSave": false,
|
"uploadOnSave": false,
|
||||||
"useTempFile": false,
|
"useTempFile": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user