Merakit-Deploy/wordpress/.claude/settings.local.json

38 lines
899 B
JSON

{
"permissions": {
"allow": [
"Bash(chmod:*)",
"Bash(test:*)",
"Bash(python3:*)",
"Bash(docker network create:*)",
"Bash(bash:*)",
"Bash(cat:*)",
"Bash(docker compose config:*)",
"Bash(docker compose:*)",
"Bash(docker ps:*)",
"Bash(docker volume:*)",
"Bash(docker network:*)",
"Bash(docker exec:*)",
"Bash(docker inspect:*)",
"Bash(curl:*)",
"Bash(nslookup:*)",
"Bash(dig:*)",
"Bash(tree:*)",
"Bash(ls:*)",
"Bash(pip3 install:*)",
"Bash(find:*)",
"Bash(pip install:*)",
"Bash(python -m json.tool:*)",
"Bash(pkill:*)",
"Bash(python test_integration.py:*)",
"Bash(docker run:*)",
"Bash(redis-cli ping:*)",
"Bash(mkdir:*)",
"Bash(./destroy.py:*)",
"Bash(lsof:*)",
"Bash(netstat:*)",
"Bash(kill:*)"
]
}
}