kenaito-config-front/.env.production

13 lines
448 B
Plaintext
Raw Permalink Normal View History

2024-12-03 19:28:38 +08:00
ENV = 'production'
# 接口地址,注意协议,如果你没有配置 ssl需要将 https 改为 httpwss 改为 ws
# 默认接口地址SSO模块
VUE_APP_BASE_API = 'https://kenaito-config-api.odboy.com'
VUE_APP_WS_API = 'wss://kenaito-config-api.odboy.com'
# 扩展Base接口地址
VUE_APP_DEVOPS_BASE_API = 'https://kenaito-config-api.odboy.com'
# 扩展Ws接口地址
VUE_APP_DEVOPS_WS_API = 'wss://kenaito-config-api.odboy.com'