mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2026-09-13 21:54:00 +08:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
NODE_ENV = production
|
|
|
|
# just a flag
|
|
ENV = 'staging'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://localhost:18080/api'
|