rtc-voice-chat/.claude/settings.local.json
2026-04-02 20:15:15 +08:00

11 lines
347 B
JSON

{
"permissions": {
"allow": [
"Bash(curl -s http://localhost:8080/health)",
"Bash(curl -s http://localhost:3001/health)",
"Bash(curl -s -X POST http://localhost:8080/api/auth/login -H 'Content-Type: application/json' -d '{\"username\":\"admin\",\"password\":\"admin123\"}')",
"Bash(python3 -m json.tool)"
]
}
}