8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'https://api.ibeautycrush.com'
|
|
# VUE_APP_BASE_API = 'http://47.108.139.184:8081'
|
|
|