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