Files
cpone_dashboard/.claude/settings.local.json
2026-04-30 14:27:01 +07:00

43 lines
2.2 KiB
JSON

{
"permissions": {
"allow": [
"Bash(go get *)",
"Bash(go mod *)",
"Bash(GOTOOLCHAIN=local go get *)",
"Bash(brew info *)",
"Bash(gunzip)",
"Bash(tar -x -C /tmp/go123)",
"Bash(mkdir -p /tmp/go123)",
"Bash(gunzip -c Payload)",
"Bash(/tmp/go123/usr/local/go/bin/go version *)",
"Bash(export PATH=\"/tmp/go123/usr/local/go/bin:$PATH\")",
"Bash(export GOROOT=\"/tmp/go123/usr/local/go\")",
"Bash(go build *)",
"Bash(pkill -f \"ssh -f -N -L 3307\")",
"Bash(ssh *)",
"Bash(go run *)",
"Bash(curl -s \"http://localhost:8080/dashboard?date=2024-09-26\")",
"Bash(curl -s \"http://localhost:8080/dashboard/kpi?date=2024-09-26\")",
"Bash(curl -s \"http://localhost:8080/dashboard/stations?date=2024-09-26\")",
"Bash(sed -i '' 's/:3306/:3307/' /Users/fajrihardhitamurti/REPO_CPONE_DASHBOARD/cpone-dashboard/.env)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" \"http://localhost:8080/dashboard?date=2024-09-26\")",
"Bash(pkill -f \"go run .\")",
"Bash(curl -s \"http://localhost:8080/\" -o /dev/null -w \"%{http_code}\\\\n\")",
"Bash(curl -s \"http://localhost:8080/dashboard/\" -o /dev/null -w \"%{http_code}\\\\n\")",
"Read(//private/tmp/**)",
"Bash(curl -s \"http://localhost:8080/\" -o /dev/null -w \"root: %{http_code}\\\\n\")",
"Bash(curl -s -N --max-time 3 \"http://localhost:8080/dashboard/stream?date=2024-09-26\")",
"Bash(curl -s -N --max-time 4 -H \"Accept: text/event-stream\" \"http://localhost:8080/dashboard/stream?date=2024-09-26\")",
"Bash(pkill -f \"__debug_bin\")",
"Bash(lsof -ti:8080)",
"Bash(xargs kill *)",
"Bash(curl -s -N --max-time 5 \"http://localhost:8080/dashboard/stream?date=2024-09-26\")",
"Bash(mysql *)",
"Bash(mkdir -p /Users/fajrihardhitamurti/REPO_CPONE_DASHBOARD/cpone-dashboard/static/img)",
"Bash(cp /Users/fajrihardhitamurti/REPO_CPONE_DASHBOARD/cpone-dashboard/assets/logo.png /Users/fajrihardhitamurti/REPO_CPONE_DASHBOARD/cpone-dashboard/static/img/logo.png)",
"Bash(lsof -nP -iTCP:3307 -sTCP:LISTEN)",
"Bash(lsof -nP -iTCP:8080 -sTCP:LISTEN)"
]
}
}