fix(ui): env?

This commit is contained in:
dlrm 2022-06-07 16:49:06 +02:00 committed by Delirium
parent 2bc44d038e
commit c90a8d558a

View file

@ -2,9 +2,9 @@ NODE_ENV=production
SOURCEMAP = false
# END POINTS #
ORIGIN = 'window.location.origin'
API_EDP = 'window.location.origin + "/api"'
ASSETS_HOST = 'window.location.origin + "/assets"'
ORIGIN = ''
API_EDP = ''
ASSETS_HOST = ''
# SENTRY
SENTRY_ENABLED = false