fe-drone-ci/.env.production

17 lines
523 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = '/prod-api'
# 用VUE_APP_MOCK配置如何使用Mock
# 该值会被用在Vue.config.js和src/main.js中
# 其取值和意义如下:
# None - 表示不使用Mock或Mock-server,不配置意义相同
# Mock - 表示使用mock
# Mock_Server 表示使用Mock_Server。
VUE_APP_MOCK = Mock
# Mock_Server Context 表示在使用Mock-Server时它的应用context。
# 该值会被用在vue.config.js和/mock/mock-server.js中
VUE_APP_MOCK_SERVER_CONTEXT = /mock