luqingyang
2023-11-02 5e6c61b8753870ef2f8cde60eef47e3eeefe89e6
1
2
3
4
5
6
# just a flag
ENV = 'production'
 
# base api
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://localhost:8080'