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.
|
# just a flag
|
|
ENV = 'production'
|
|
|
|
VUE_APP_BASE_API_HOST = ******
|
|
VUE_APP_BASE_API = ${VUE_APP_BASE_API_HOST}:19001
|
|
VUE_APP_BASE_API_IM = ${VUE_APP_BASE_API_HOST}:8088
|
|
VUE_APP_BASE_API_WS = ws://ip:1234/ws
|