mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-15 04:53:18 +08:00
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
# 开发环境配置
|
||
|
||
# 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
|