From e79b52b38104d5b95b794afd7ab17b1dfa0d9ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Thu, 22 Feb 2024 16:00:50 +0100 Subject: [PATCH] docs: NC_LOGIN_API_URL docstring --- web/b3desk/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/b3desk/settings.py b/web/b3desk/settings.py index ce0c5b6a..8dcb3f02 100644 --- a/web/b3desk/settings.py +++ b/web/b3desk/settings.py @@ -144,9 +144,9 @@ class MainSettings(BaseSettings): """Durée en jours avant l’expiration des autorisations Nextcloud.""" NC_LOGIN_API_URL: Optional[str] = None - """Point d’accès du fournisseur Nextcloud. + """URL du fournisseur d'accès utilisé par Nextcloud. - Par exemple ``https://cloud.example.org/index.php``. + Par exemple ``https://auth.example.org``. """ NC_LOGIN_API_KEY: Optional[str] = None