mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-02-08 04:42:49 +08:00
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
![]() |
NODE_ENV = development
|
||
|
|
||
|
# just a flag
|
||
|
ENV = 'staging'
|
||
|
|
||
|
# base api
|
||
|
VUE_APP_BASE_API = '/stage-api'
|
||
|
|