Skip to content

Commit

Permalink
fix enrollment url provided by .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 20, 2024
1 parent f57fca7 commit 957a72a
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 957a72a

Please sign in to comment.