cy
2023-12-08 3c4153a193a7322fd9b36d647f503a695e5ff3ff
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'