# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = 'prod-api'
VUE_APP_FUNCTION_API = 'apis/v1'
VUE_APP_PUBLIC_SOURCE_API = '/monitor'