Skip to content

Commit

Permalink
Merge pull request #376 from dreammall-earth/fix-enrollment-url
Browse files Browse the repository at this point in the history
fix(presenter): fix enrollment url provided by .env.dist
  • Loading branch information
ulfgebhardt authored Mar 20, 2024
2 parents f57fca7 + 957a72a commit 8b37487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presenter/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b37487

Please sign in to comment.