9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
# just a flag
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://192.168.2.22:8001'
|
|
|
|
#websocket url
|
|
VUE_APP_WEBSOCKET_URL = '192.168.2.22:8001'
|