mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-04-26 00:00:04 +08:00
9 lines
99 B
Bash
9 lines
99 B
Bash
NODE_ENV = development
|
|
|
|
# just a flag
|
|
ENV = 'staging'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
|