From 957a72a1076a1ee22a657191372153f6af666c6d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 20 Mar 2024 16:40:20 +0100 Subject: [PATCH] fix enrollment url provided by .env.dist --- presenter/.env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presenter/.env.dist b/presenter/.env.dist index 5988207c8..c70cbf337 100644 --- a/presenter/.env.dist +++ b/presenter/.env.dist @@ -2,7 +2,7 @@ # PUBLIC_ENV__AUTH__AUTHORITY and PUBLIC_ENV__AUTH__AUTHORITY_SIGNUP_URI # are not default values since the default is to hide the signin/signup buttons PUBLIC_ENV__AUTH__AUTHORITY="http://localhost:9000/application/o/dreammallearth/" -PUBLIC_ENV__AUTH__AUTHORITY_SIGNUP_URI="http://localhost:9000/if/flow/default-source-enrollment/" +PUBLIC_ENV__AUTH__AUTHORITY_SIGNUP_URI="http://localhost:9000/if/flow/dreammallearth-enrollment/" PUBLIC_ENV__AUTH__AUTHORITY_SIGNOUT_URI="http://localhost:9000/if/flow/dreammallearth-invalidation-flow/" PUBLIC_ENV__AUTH__CLIENT_ID="G3g0sjCjph1NAyGeeu5Te5ltx1I7WZ0DGB8i6vOI" PUBLIC_ENV__AUTH__REDIRECT_URI="http://localhost:3000/auth"