mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-07 20:57:08 +08:00
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
# 环境变量 (命名必须以 VITE_ 开头)
|
|
|
|
# 是否在打包时启用 Mock
|
|
VITE_BUILD_MOCK = false
|
|
|
|
# 接口地址
|
|
VITE_API_BASE_URL = 'https://api.continew.top'
|
|
VITE_API_WS_URL = 'wss://api.continew.top'
|
|
|
|
# 地址前缀
|
|
VITE_BASE = '/'
|
|
|
|
# 是否开启KKFileView
|
|
FILE_OPEN_PREVIEW = false
|
|
|
|
# KKFileView服务器地址
|
|
FILE_VIEW_SERVER_URL = 'http://localhost:8012' |