From f745b9ba514257b6aef40c40ee4bc9707c94aaaa Mon Sep 17 00:00:00 2001 From: dlrm Date: Tue, 7 Jun 2022 16:03:27 +0200 Subject: [PATCH] fix(ui): fix env sample --- frontend/.env.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/.env.sample b/frontend/.env.sample index 7b4da45f3..4d93e3a1b 100644 --- a/frontend/.env.sample +++ b/frontend/.env.sample @@ -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' \ No newline at end of file +TRACKER_VERSION = '3.5.10'