You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
676 B
14 lines
676 B
# just a flag
|
|
ENV = 'development222222'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/dev-api'
|
|
# VUE_APP_BASE_DATA_X = '/dev-api/datax/devicemana'
|
|
VUE_APP_BASE_DATA_X = '/dev-api/datax'
|
|
VUE_APP_BASE_GIS = "http://22.40.212.169:8000" #GIS地理信息系统的独立服务地址
|
|
VUE_APP_BASE_WEBSOCKET = 'ws://22.40.215.240:29910/webSocket/' # webSocket 开发环境的实时通信服务地址
|
|
# 工作流程相关配置
|
|
VUE_APP_BASE_WORK = "/dev-api/workflow"
|
|
VUE_APP_BASE_WORKURL = 'http://127.0.0.1:8080'
|
|
VUE_APP_BASE_uploadURL = 'http://172.20.2.57:9000' # 文件上传服务地址
|
|
VUE_APP_BASE_FILEPREVIEW = 'http://172.20.2.137:8012/onlinePreview?url=' #文件预览服务的基地址
|
|
|