Files
SearcjGal-frontend/.env.production
Jurangren fe5f836b87 chore: 将域名从 searchgal.homes 迁移至 searchgal.top并增加API节点
- 更新所有环境配置文件中的 API 和站点域名为 searchgal.top。
- 在 api.json 中新增多个区域的 ClawCloud API 节点。
2026-01-28 04:24:08 +08:00

11 lines
175 B
Plaintext

# 生产环境配置
# API 配置
VITE_API_BASE_URL=https://cf.api.searchgal.top
# 开发配置
VITE_ENABLE_DEBUG=false
VITE_ENABLE_MOCK=false
# 其他配置继承自 .env