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.
8 lines
223 B
8 lines
223 B
4 weeks ago
|
# just a flag
|
||
|
ENV = 'development'
|
||
|
|
||
|
VUE_APP_BASE_API_HOST = http://localhost
|
||
|
VUE_APP_BASE_API = ${VUE_APP_BASE_API_HOST}:19001
|
||
|
VUE_APP_BASE_API_IM = ${VUE_APP_BASE_API_HOST}:8081
|
||
|
VUE_APP_BASE_API_WS = ws://127.0.0.1:1234/ws
|