hgzero/.env.example
Minseo-Jo 9f15f4f6e5 병합 완료: 원격 저장소 최신 변경사항 반영
- 회의시작및실시간회의록작성.puml 병합 완료
- .gitignore 업데이트
- stt-ai 디렉토리 추가
- requirements.txt, .env.example 추가

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

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

13 lines
243 B
Plaintext

# Azure Speech Service 설정
AZURE_SPEECH_KEY=your_azure_speech_key_here
AZURE_SPEECH_REGION=region_here
# OpenAI API (회의록 생성용)
OPENAI_API_KEY=your_openai_api_key_here
# 개발 환경 설정
ENVIRONMENT=development
DEBUG=true