From 5b1e10badf1ddddf6230a4e4b7bf4aa85e566421 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Thu, 29 Feb 2024 22:23:08 -0500 Subject: [PATCH] Updated .env to Use New Auth Server --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index cc9e6f0..b4fb4b8 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ DB_CONNECTION_STRING=postgres://isl:development@localhost:5432/isl HTTP_PORT=3000 -JWKS_URI=http://localhost:8080/oauth/v2/keys +JWKS_URI=https://auth.joes.moosenet.work/oauth/v2/keys LOG_LEVEL=info