mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
|
|
# just a flag
|
||
|
|
ENV = 'production'
|
||
|
|
|
||
|
|
# base api
|
||
|
|
VUE_APP_BASE_API = 'http://localhost:8888/api'
|