15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_HOST = 'http://119.3.33.246:8001'
|
|
# VUE_APP_BASE_HOST = 'http://iot.four-faith.com'
|
|
|
|
# VUE_APP_WS_HOST = 'ws://192.168.9.232:9099'
|
|
VUE_APP_WS_HOST = 'ws://dev.fourfaithiot.com/irrigation'
|
|
# VUE_APP_WS_HOST = 'ws://61.166.141.90:8001/irrigation'
|
|
|
|
VUE_APP_BASE_API = '/'
|
|
|
|
|