Skip to content

Commit

Permalink
docs: NC_LOGIN_API_URL docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Feb 22, 2024
1 parent de653ce commit e79b52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/b3desk/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79b52b

Please sign in to comment.