9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
![]() |
NODE_ENV = production
|
||
|
|
||
|
# just a flag
|
||
|
ENV = 'production'
|
||
|
|
||
|
# base api
|
||
|
VUE_APP_BASE_API = 'https://www.example.com/admin'
|
||
|
|