-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy path.env.example
More file actions
41 lines (34 loc) · 1.37 KB
/
Copy path.env.example
File metadata and controls
41 lines (34 loc) · 1.37 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
38
39
40
41
CIYUAN_API_KEY=
CIYUAN_BASE_URL=https://ciyuan.today
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
SUPER_ADMIN_EMAILS=2689458656@qq.com,canghe0818@gmail.com
APP_URL=https://gpt-image2.canghe.ai
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
# Alipay production settings. Local sandbox development reads
# .alipay-sandbox.json directly and does not copy its keys into this file.
ALIPAY_APP_ID=
ALIPAY_PRIVATE_KEY=
ALIPAY_PUBLIC_KEY=
ALIPAY_SELLER_ID=
ALIPAY_GATEWAY=https://openapi.alipay.com/gateway.do
ALIPAY_NOTIFY_URL=
# Dedicated callback for paid-community orders. Keep this separate from credit-pack fulfillment.
COMMUNITY_ALIPAY_NOTIFY_URL=https://gpt-image2.canghe.ai/api/community/alipay/notify
# Set to false only for local production-parameter acceptance without a public HTTPS callback.
ALIPAY_NOTIFY_ENABLED=true
# Paid community: production deployments must start with new payments disabled.
COMMUNITY_PAYMENT_ENABLED=false
COMMUNITY_SUPPORT_TEXT=微信搜索苍何
VITE_GA_MEASUREMENT_ID=
GA4_PROPERTY_ID=
GOOGLE_ANALYTICS_CLIENT_ID=
GOOGLE_ANALYTICS_CLIENT_SECRET=
GOOGLE_ANALYTICS_REFRESH_TOKEN=
# Optional fallback when service account access is available.
GOOGLE_ANALYTICS_CLIENT_EMAIL=
GOOGLE_ANALYTICS_PRIVATE_KEY=
# Local helper only. Add this redirect URI to the Google OAuth client.
GOOGLE_ANALYTICS_REDIRECT_URI=http://localhost:8080/oauth2callback