-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 1004 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (21 loc) · 1004 Bytes
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
ZENMUX_API_KEY=your_zenmux_api_key_here
TOKENDANCE_API_KEY=your_tokendance_api_key_here
TOKENDANCE_BASE_URL=your_tokendance_base_url_here
# MiniMax API 配置
MINIMAX_API_KEY=your_minimax_api_key_here
MINIMAX_GROUP_ID=your_minimax_group_id_here
MINIMAX_API_BASE_URL=https://api.minimaxi.com
MINIMAX_TTS_MODEL=speech-01-turbo
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url_here
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_DEFAULT_KEY=your_supabase_publishable_default_key_here
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here
DASHSCOPE_API_KEY=your_dashscope_api_key_here
# Stripe 配置
STRIPE_SECRET_KEY=your_stripe_secret_key_here
STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret_here
STRIPE_PRICE_ID=your_stripe_price_id_here
# 观猹 OAuth2 配置(可选,配置后登录弹窗会显示观猹登录按钮)
NEXT_PUBLIC_WATCHA_CLIENT_ID=your_watcha_client_id_here
WATCHA_CLIENT_SECRET=your_watcha_client_secret_here
NEWAPI_API_KEY=your_newapi_api_key_here
NEWAPI_BASE_URL=your_newapi_url_here