11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
NODE_ENV = production
|
|
|
|
ENV = 'staging'
|
|
# base api
|
|
VUE_APP_BASE_API = '/api'
|
|
# 文件上传
|
|
VUE_APP_UPLOAD_URL = '/api/oil-oss/obejct/uploadFile'
|
|
VUE_APP_UPLOAD_PRIVATE_URL = '/api/oil-dict/imageHandler/uploadProtectedImg'
|
|
|
|
# 测试环境,会加密,但是会打印出请求路径、加密数据、解密数据
|
|
VUE_APP_ENV = 'test' |