From 18d0da3a73c994832bb889a753341b6364435ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Wed, 10 Apr 2024 15:14:33 +0200 Subject: [PATCH] revert env change --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.production b/frontend/.env.production index f4fc667..8bdef3f 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -2,4 +2,4 @@ OUTSIDE_STRAPI_URL=http://web.hypso.ies.ntnu.no:1337 # Database url for internal requests between the docker containers, set in github repo variables -INTERNAL_STRAPI_URL=http://web.hypso.ies.ntnu.no:1337 +INTERNAL_STRAPI_URL=http://backend:1337