examtest/test_client/.env.development

9 lines
178 B
Plaintext

# just a flag
ENV = 'development'
# base api
#VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'https://dppz.ctc.ac.cn/api'
VUE_CLI_BABEL_TRANSPILE_MODULES = true