8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
NODE_ENV = 'production'
|
|
|
|
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API='VUE_APP_BACK_REST_URL_PLACE_HOLDER'
|