Skip to content

Commit

Permalink
Fix issue urls
Browse files Browse the repository at this point in the history
  • Loading branch information
kipparker committed Jun 26, 2024
1 parent f953db6 commit e305960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authentication/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OAUTH_URL=https://<ory-supplied-url>
CLIENT_ID=<perseus-client-id>
CLIENT_SECRET=<perseus-client-secret>
REDIRECT_URI=http://127.0.0.1:3000/callback
ISSUER_URL=https://localhost:8000
ISSUER_URL=https://authentication_web
2 changes: 1 addition & 1 deletion resource/.env.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CLIENT_ID=<perseus-client-id>
CLIENT_SECRET=<perseus-client-secret>
ISSUER_URL=https://resource_web
ISSUER_URL=https://authentication_web

0 comments on commit e305960

Please sign in to comment.