9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
# just a flag
|
|
ENV = 'development'
|
|
NODE_ENV = development
|
|
|
|
VUE_APP_NODE_ENV=prod:stu
|
|
|
|
# base api
|
|
VUE_APP_BASE_URL = 'http://api.sl-express.com/manager'
|