first commit
This commit is contained in:
14
.env.staging
Normal file
14
.env.staging
Normal file
@@ -0,0 +1,14 @@
|
||||
NODE_ENV = 'production'
|
||||
|
||||
ENV = 'staging'
|
||||
|
||||
VITE_PUBLIC_PATH = '/'
|
||||
|
||||
# 是否使用MOCK
|
||||
VITE_APP_USE_MOCK = false
|
||||
|
||||
# base api
|
||||
VITE_APP_GLOB_BASE_API = '/api-mock'
|
||||
|
||||
# test base api
|
||||
VITE_APP_GLOB_BASE_API_TEST = '/api-test'
|
Reference in New Issue
Block a user