value
2023-09-05 e6d901a82c66b13bda0f76f3c1939a8e464e18fe
1
2
3
4
5
6
7
8
NODE_ENV = production
 
# just a flag
ENV = 'staging'
 
# base api
# VUE_APP_BASE_API = '/stage-api'
VUE_APP_BASE_API = 'http://192.168.137.138:1234/'