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'