8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
# just a flag
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://localhost:9000'
|
|
#VUE_APP_BASE_API = 'http://47.108.139.184:8001'
|
|
|