From d7270a16762155a53a8316cd7c435b1d941575b0 Mon Sep 17 00:00:00 2001 From: bsu3338 Date: Sat, 1 Jul 2023 19:10:53 -0500 Subject: [PATCH] Update .env.example (#563) changed to match api/server/routes/config.js --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index cc4fdb7b40..6c6b2db4c1 100644 --- a/.env.example +++ b/.env.example @@ -201,7 +201,7 @@ OPENID_SCOPE="openid profile email" OPENID_CALLBACK_URL=/oauth/openid/callback # If LABEL and URL are left empty, then the default OpenID label and logo are used. OPENID_BUTTON_LABEL= -OPENID_AUTH_URL= +OPENID_IMAGE_URL= # Set the expiration delay for the secure cookie with the JWT token # Delay is in millisecond e.g. 7 days is 1000*60*60*24*7