gf-vben-admin/.env.development

23 lines
523 B
Plaintext
Raw Normal View History

2020-10-10 21:28:43 +08:00
# Whether to open mock
VITE_USE_MOCK = true
# public path
VITE_PUBLIC_PATH = /
2020-10-16 22:03:44 +08:00
# Cross-domain proxy, you can configure multiple
# Please note that no line breaks
VITE_PROXY = [["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
# VITE_PROXY=[["/api","https://vvbin.cn/test"]]
2020-10-16 22:03:44 +08:00
# Delete console
VITE_DROP_CONSOLE = false
2020-10-10 21:28:43 +08:00
# Basic interface address SPA
VITE_GLOB_API_URL=/basic-api
2020-10-10 21:28:43 +08:00
2020-12-08 22:18:20 +08:00
# File upload address optional
VITE_GLOB_UPLOAD_URL=/upload
2020-10-10 21:28:43 +08:00
# Interface prefix
VITE_GLOB_API_URL_PREFIX=