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

12 lines
256 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 开发环境配置
# API 配置(开发环境可以使用本地 API
VITE_API_BASE_URL=https://cf.api.searchgal.top
# VITE_API_BASE_URL=http://localhost:8787
# 开发配置
VITE_ENABLE_DEBUG=true
VITE_ENABLE_MOCK=false
# 其他配置继承自 .env