value
2023-09-01 3f43fee1a16ea38b9f6653521829b545bf67dfed
1
2
3
4
5
6
# just a flag
ENV = 'production'
 
# base api
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://192.168.137.138:1234/'