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.
12 lines
416 B
12 lines
416 B
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
VUE_APP_BASE_DATA_X = '/prod-api/datax'
|
|
VUE_APP_BASE_GIS ="http://22.40.209.150:8000/"
|
|
VUE_APP_BASE_WEBSOCKET = 'ws://172.20.5.86:29910/webSocket/'
|
|
# 工作流程相关配置
|
|
VUE_APP_BASE_WORK = "/dev-api/workflow"
|
|
VUE_APP_BASE_WORKURL = 'http://22.40.215.134:8080'
|
|
VUE_APP_BASE_FILEPREVIEW = 'http://112.6.185.76:29823/onlinePreview?url='
|
|
|