From 82992c4be9afa5a74fe5d686638ba388938418ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 7 Dec 2025 14:41:05 +0100 Subject: [PATCH] refactor: boolean envvar --- .env | 2 +- docs/src/content/docs/en/install-config/configuration.mdx | 2 +- docs/src/content/docs/fr/install-config/configuration.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index efdeff8..9662893 100644 --- a/.env +++ b/.env @@ -73,7 +73,7 @@ OAUTH_AUTHORIZATION_URL= OAUTH_TOKEN_URL= OAUTH_USERINFO_URL= OAUTH_SCOPE= -SSO_AUTO_REDIRECT=0 +SSO_AUTO_REDIRECT=false # Typically your IP address, this envvar is required for # some connectors that need to be provided with your host's diff --git a/docs/src/content/docs/en/install-config/configuration.mdx b/docs/src/content/docs/en/install-config/configuration.mdx index c04cb31..3a0f29e 100644 --- a/docs/src/content/docs/en/install-config/configuration.mdx +++ b/docs/src/content/docs/en/install-config/configuration.mdx @@ -33,7 +33,7 @@ import {LinkCard} from '@astrojs/starlight/components'; | `OAUTH_TOKEN_URL` | Token URL (OAuth 2.0) | | | `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | | | `OAUTH_SCOPE` | Scope (OAuth 2.0) | | -| `SSO_AUTO_REDIRECT` | Redirection to the SSO auth URL | | +| `SSO_AUTO_REDIRECT` | Redirection to the SSO auth URL | `false` | ## Authentication diff --git a/docs/src/content/docs/fr/install-config/configuration.mdx b/docs/src/content/docs/fr/install-config/configuration.mdx index 1c7e81b..4f829bd 100644 --- a/docs/src/content/docs/fr/install-config/configuration.mdx +++ b/docs/src/content/docs/fr/install-config/configuration.mdx @@ -33,7 +33,7 @@ import {LinkCard} from '@astrojs/starlight/components'; | `OAUTH_TOKEN_URL` | URL de jeton (OAuth 2.0) | | | `OAUTH_USERINFO_URL` | URL des informations utilisateur (OAuth 2.0) | | | `OAUTH_SCOPE` | Scope (OAuth 2.0) | | -| `SSO_AUTO_REDIRECT` | Redirection vers l'URL d'authentification du SSO | | +| `SSO_AUTO_REDIRECT` | Redirection vers l'URL d'authentification du SSO | `false` | ## Authentification