kenaito-config-front/.env.development

16 lines
486 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.

ENV = 'development'
# 接口地址,注意协议,如果你没有配置 ssl需要将 https 改为 httpwss 改为 ws
# 默认接口地址SSO模块
VUE_APP_BASE_API = 'http://localhost:28000'
VUE_APP_WS_API = 'ws://localhost:28000'
# 扩展Base接口地址
VUE_APP_DEVOPS_BASE_API = 'http://localhost:28000'
# 扩展Ws接口地址
VUE_APP_DEVOPS_WS_API = 'ws://localhost:28000'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true