Files
mayfly-go/mayfly-go-front/.env.production

5 lines
91 B
Plaintext
Raw Normal View History

2020-09-01 10:34:11 +08:00
# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://localhost:8888/api'