From b13e3dfdd7b9421e76bc22cb691056b4bcd1f232 Mon Sep 17 00:00:00 2001 From: shinalok Date: Tue, 2 Jun 2026 14:09:40 +0900 Subject: [PATCH] Add .env.example file with API and voice configuration templates --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..8e11c80 --- /dev/null +++ b/.env.example @@ -0,0 +1,10 @@ +# 율봇 API 서버 주소 +YOULBOT_API_URL=http://localhost:8000 + +# API 토큰 (youlbot/.env의 API_TOKEN과 동일하게 설정. 빈 값이면 개발 모드) +YOULBOT_API_TOKEN= + +# 음성 설정 (로컬 실행) +WHISPER_MODEL_SIZE=small +TTS_VOICE=Yuna # macOS say 보이스 이름 +TTS_EDGE_VOICE=ko-KR-SunHiNeural # edge-tts 보이스 (여성). 남성: ko-KR-InJoonNeural