You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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' |