chore(infra): 프로젝트 초기 설정 - README, .gitignore, requirements.txt, .env.example
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Discord Bot Token
|
||||
DISCORD_TOKEN=your_discord_bot_token_here
|
||||
|
||||
# Discord Channel ID (메인 채널 — 세션 스레드가 여기에 생성됨)
|
||||
DISCORD_CHANNEL_ID=
|
||||
|
||||
# Antigravity Brain Path
|
||||
BRAIN_PATH=C:\Users\Certes\.gemini\antigravity\brain
|
||||
|
||||
# Watcher Settings
|
||||
DEBOUNCE_SECONDS=2
|
||||
Reference in New Issue
Block a user