-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (33 loc) · 1.23 KB
/
.env.example
File metadata and controls
40 lines (33 loc) · 1.23 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
# ================================
# 站点配置 (Site Configuration)
# ================================
# 站点完整 URL(生产环境必填)
NEXT_PUBLIC_SITE_URL=https://discover.realsee.ai
# ================================
# Cloudflare R2 CDN 配置
# ================================
# R2 CDN 基础 URL
NEXT_PUBLIC_ASSET_BASE_URL=https://global-public.realsee-cdn.com
# 项目资源路径前缀(用于在 R2 上区分不同项目的资源)
NEXT_PUBLIC_ASSET_PROJECT_PREFIX=discover
# ================================
# SEO 配置 (SEO Configuration)
# ================================
# IndexNow API 密钥(用于快速索引)
# 生成方式: uuidgen | tr '[:upper:]' '[:lower:]'
INDEXNOW_KEY=
# Google Search Console 验证码
NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION=
# Bing Webmaster Tools 验证码
NEXT_PUBLIC_BING_SITE_VERIFICATION=
# ================================
# Cron 任务配置 (Cron Configuration)
# ================================
# Vercel Cron 密钥(用于保护定时任务端点)
CRON_SECRET=
# ================================
# Vercel 环境变量 (自动注入,无需配置)
# ================================
# VERCEL_ENV=production
# VERCEL_URL=your-deployment-url.vercel.app
# NODE_ENV=production