mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-24 04:10:20 +08:00
22 lines
475 B
Plaintext
22 lines
475 B
Plaintext
# Whether to open mock
|
||
VITE_USE_MOCK = true
|
||
|
||
# public path
|
||
VITE_PUBLIC_PATH = /
|
||
|
||
# Cross-domain proxy, you can configure multiple
|
||
VITE_PROXY=[["/api","http://localhost:3000"],["/upload","http://localhost:3001/upload"]]
|
||
# VITE_PROXY=[["/api","https://vvbin.cn/test"]]
|
||
|
||
# Delete console
|
||
VITE_DROP_CONSOLE = false
|
||
|
||
# Basic interface address SPA
|
||
VITE_GLOB_API_URL=/api
|
||
|
||
# File upload address, optional
|
||
VITE_GLOB_UPLOAD_URL=/upload
|
||
|
||
# Interface prefix
|
||
VITE_GLOB_API_URL_PREFIX=
|