From c90a8d558a8f51bd6734be695e844cde8b622d72 Mon Sep 17 00:00:00 2001 From: dlrm Date: Tue, 7 Jun 2022 16:49:06 +0200 Subject: [PATCH] fix(ui): env? --- frontend/.env.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/.env.sample b/frontend/.env.sample index 1fa503082..85d169876 100644 --- a/frontend/.env.sample +++ b/frontend/.env.sample @@ -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