From e3059602e689a28101555b97a288a09a5e7aed13 Mon Sep 17 00:00:00 2001 From: Kip Parker Date: Wed, 26 Jun 2024 14:54:43 +0100 Subject: [PATCH] Fix issue urls --- authentication/.env.template | 2 +- resource/.env.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authentication/.env.template b/authentication/.env.template index ff741b9..a62d976 100644 --- a/authentication/.env.template +++ b/authentication/.env.template @@ -3,4 +3,4 @@ OAUTH_URL=https:// CLIENT_ID= CLIENT_SECRET= REDIRECT_URI=http://127.0.0.1:3000/callback -ISSUER_URL=https://localhost:8000 \ No newline at end of file +ISSUER_URL=https://authentication_web \ No newline at end of file diff --git a/resource/.env.template b/resource/.env.template index dd6fb37..2ee0727 100644 --- a/resource/.env.template +++ b/resource/.env.template @@ -1,3 +1,3 @@ CLIENT_ID= CLIENT_SECRET= -ISSUER_URL=https://resource_web \ No newline at end of file +ISSUER_URL=https://authentication_web \ No newline at end of file