From a143921c958152ebaeb52d80a25bbabfb7e3d10e Mon Sep 17 00:00:00 2001 From: Terje Holene Date: Wed, 13 Mar 2024 17:52:19 +0100 Subject: [PATCH] Use same platform hostname as an app would --- src/appsettings.Podman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appsettings.Podman.json b/src/appsettings.Podman.json index ce8fcf7a..c36a6bbf 100644 --- a/src/appsettings.Podman.json +++ b/src/appsettings.Podman.json @@ -1,6 +1,6 @@ { "AuthnGeneralSettings": { - "PlatformEndpoint": "http://local.altinn.cloud:5101/" + "PlatformEndpoint": "http://localhost:5101/" }, "LocalPlatformSettings": { "LocalAppMode": "http",