Files
ranking_list_h5/.env.development
T

23 lines
722 B
Bash

# 测试环境
NODE_ENV=development
# axios 请求地址
VUE_APP_ST_REQUEST_URL = http://192.168.1.210/gateway
VUE_APP_CT_REQUEST_URL = http://vip.shuziweidao.com
# VUE_APP_CT_REQUEST_URL = http://192.168.10.7:9092
# mqtt 通信地址
VUE_APP_ST_MQTT_URL = 192.168.1.210
VUE_APP_ST_MQTT_PORT = 61614
VUE_APP_CT_MQTT_URL = vip.shuziweidao.com
VUE_APP_CT_MQTT_PORT = 61614
VUE_APP_LED_MQTT_URL = dev.yixiong-tech.com
VUE_APP_LED_MQTT_PORT = 8089
VUE_APP_LED_MQTT_USERNAME = platform
VUE_APP_LED_MQTT_PASSWORD = ZrKhZhng6t2tlpid
# dataBoard 排行大屏 mqtt 通信地址
VUE_APP_DB_MQTT_URL = dev.yixiong-tech.com
VUE_APP_DB_MQTT_PORT = 8089
VUE_APP_DB_MQTT_USERNAME = platform
VUE_APP_DB_MQTT_PASSWORD = ZrKhZhng6t2tlpid