mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-01-19 12:02:50 +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'
|
|
|