-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (31 loc) · 1.27 KB
/
.env.example
File metadata and controls
37 lines (31 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Discord Bot Configuration
DISCORD_TOKEN=your_discord_bot_token
DISCORD_CLIENT_ID=your_discord_client_id
DISCORD_CLIENT_SECRET=your_discord_client_secret
DISCORD_GUILD_ID=your_discord_guild_id
ADMIN_DISCORD_IDS=discord_id_1,discord_id_2
# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_KEY=your_supabase_service_key
DATABASE_URL=postgresql://user:password@host:6543/database
DATABASE_URL_DIRECT=postgresql://user:password@host:5432/database
# Sentry (에러 모니터링)
NEXT_PUBLIC_SENTRY_DSN=https://your-dsn@o123.ingest.us.sentry.io/456
SENTRY_DSN=https://your-dsn@o123.ingest.us.sentry.io/456
# SENTRY_AUTH_TOKEN=sntrys_xxx (CI/Vercel 환경변수로만 설정)
# Bot API Authentication (shared secret between web and bot)
BOT_API_SECRET=your_bot_api_secret_here
BOT_API_URL=http://localhost:3001
# Internal API (bot → web push notification)
INTERNAL_API_KEY=your_internal_api_key_here
WEB_URL=https://your-web-app.vercel.app
# Application
APP_URL=http://localhost:3000
NODE_ENV=development
# Study Configuration (optional, can be set via admin commands)
STUDY_START_DATE=2024-01-01
TOTAL_ROUNDS=10
ANNOUNCEMENT_CHANNEL_ID=channel_id
CURATION_CHANNEL_ID=channel_id
STUDY_ROLE_ID=role_id