kt-event-marketing/.claude/settings.local.json
Hyowon Yang 7b3ca40e22 샘플 데이터 발행량 축소 (타임아웃 방지)
- ParticipantRegistered 이벤트: 27,610건 → 180건
- 이벤트별 참여자 수:
  - 이벤트1: 15,420명 → 100명
  - 이벤트2: 8,950명 → 50명
  - 이벤트3: 3,240명 → 30명
- Kafka 발행 지연 로직 제거 (불필요)
- MVP 테스트에 충분한 데이터 유지

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 15:27:30 +09:00

29 lines
866 B
JSON

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(if [ ! -d \"claude\" ])",
"Bash(then mkdir claude)",
"Bash(fi)",
"Bash(mkdir:*)",
"Bash(rm:*)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/reference/**)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/define/**)",
"Bash(copy:*)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/references/**)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/define/**)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(git pull:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(./gradlew analytics-service:compileJava:*)",
"Bash(python -m json.tool:*)",
"Bash(powershell:*)"
],
"deny": [],
"ask": []
}
}