mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
refactor: boolean envvar
This commit is contained in:
parent
dd5dba17fc
commit
82992c4be9
2
.env
2
.env
@ -73,7 +73,7 @@ OAUTH_AUTHORIZATION_URL=
|
|||||||
OAUTH_TOKEN_URL=
|
OAUTH_TOKEN_URL=
|
||||||
OAUTH_USERINFO_URL=
|
OAUTH_USERINFO_URL=
|
||||||
OAUTH_SCOPE=
|
OAUTH_SCOPE=
|
||||||
SSO_AUTO_REDIRECT=0
|
SSO_AUTO_REDIRECT=false
|
||||||
|
|
||||||
# Typically your IP address, this envvar is required for
|
# Typically your IP address, this envvar is required for
|
||||||
# some connectors that need to be provided with your host's
|
# some connectors that need to be provided with your host's
|
||||||
|
|||||||
@ -33,7 +33,7 @@ import {LinkCard} from '@astrojs/starlight/components';
|
|||||||
| `OAUTH_TOKEN_URL` | Token URL (OAuth 2.0) | |
|
| `OAUTH_TOKEN_URL` | Token URL (OAuth 2.0) | |
|
||||||
| `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | |
|
| `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | |
|
||||||
| `OAUTH_SCOPE` | Scope (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
|
## Authentication
|
||||||
|
|||||||
@ -33,7 +33,7 @@ import {LinkCard} from '@astrojs/starlight/components';
|
|||||||
| `OAUTH_TOKEN_URL` | URL de jeton (OAuth 2.0) | |
|
| `OAUTH_TOKEN_URL` | URL de jeton (OAuth 2.0) | |
|
||||||
| `OAUTH_USERINFO_URL` | URL des informations utilisateur (OAuth 2.0) | |
|
| `OAUTH_USERINFO_URL` | URL des informations utilisateur (OAuth 2.0) | |
|
||||||
| `OAUTH_SCOPE` | Scope (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
|
## Authentification
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user