-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 1.87 KB
/
.env.example
File metadata and controls
19 lines (16 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ZenClean 环境变量配置示例
# 复制此文件为 .env 并填写实际值
# ═══════════════════════════════════════════════════════════════════════════════
# 授权服务器配置
# ═══════════════════════════════════════════════════════════════════════════════
LICENSE_SERVER_URLS=https://your-auth-domain.com,https://fallback.your-domain.com
LICENSE_PRODUCT_ID=zenclean
# ═══════════════════════════════════════════════════════════════════════════════
# AI 网关配置
# ═══════════════════════════════════════════════════════════════════════════════
AI_GATEWAY_BASE_URL=https://your-auth-domain.com/api/v1/ai
# ═══════════════════════════════════════════════════════════════════════════════
# 安全密钥配置 (暂未启用,等待服务端同步)
# ═══════════════════════════════════════════════════════════════════════════════
# API 签名密钥 - 用于客户端与服务端的请求签名验证 (预留)
# # ZC_API_SECRET=your-secret-key-here