fix(ui): fix env sample

This commit is contained in:
dlrm 2022-06-07 16:03:27 +02:00 committed by Delirium
parent f7eb848706
commit f745b9ba51

View file

@ -2,9 +2,9 @@ NODE_ENV=production
SOURCEMAP = false
# END POINTS #
ORIGIN = ''
API_EDP = ''
ASSETS_HOST = ''
ORIGIN = 'window.location.origin'
API_EDP = 'window.location.origin/api'
ASSETS_HOST = 'window.location.origin/assets'
# SENTRY
SENTRY_ENABLED = false
@ -23,4 +23,4 @@ MINIO_SECRET_KEY = ''
# APP and TRACKER VERSIONS
VERSION = '1.6.0'
TRACKER_VERSION = '3.5.10'
TRACKER_VERSION = '3.5.10'