From d561952dbbc79962e83a12aa556f6e76302df058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Wed, 10 Apr 2024 15:02:42 +0200 Subject: [PATCH] test image rendering, switched in github vars as well as env file --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.production b/frontend/.env.production index 8bdef3f..f4fc667 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://backend:1337 +INTERNAL_STRAPI_URL=http://web.hypso.ies.ntnu.no:1337