mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2026-04-30 11:08:16 +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'
|