mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-15 04:53:18 +08:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
# 生产环境配置
|
|
|
|
# API 配置
|
|
VITE_API_BASE_URL=https://cf.api.searchgal.top
|
|
|
|
# 开发配置
|
|
VITE_ENABLE_DEBUG=false
|
|
VITE_ENABLE_MOCK=false
|
|
|
|
# 其他配置继承自 .env
|