mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
remove blank default keys
This commit is contained in:
parent
e72ffe593e
commit
33d63a3986
1 changed files with 0 additions and 6 deletions
|
@ -356,7 +356,6 @@ help = "Config for sending emails via an smtp server."
|
|||
ask.en = "SMTP Username"
|
||||
ask.fr = "Nom d'utilisateur SMTP"
|
||||
bind = "smtp-username:__INSTALL_DIR__/config.yaml"
|
||||
default = ""
|
||||
help.en = "Username to use when authenticating with the SMTP server"
|
||||
help.fr = "Nom d'utilisateur à utiliser lors de l'authentification avec le serveur SMTP"
|
||||
type = "string"
|
||||
|
@ -365,7 +364,6 @@ help = "Config for sending emails via an smtp server."
|
|||
ask.en = "SMTP Password"
|
||||
ask.fr = "Mot de passe SMTP"
|
||||
bind = "smtp-password:__INSTALL_DIR__/config.yaml"
|
||||
default = ""
|
||||
help.en = "Password to use when authenticating with the SMTP server"
|
||||
help.fr = "Mot de passe à utiliser lors de l'authentification avec le serveur SMTP"
|
||||
type = "password"
|
||||
|
@ -439,7 +437,6 @@ help = "Settings pertaining to... OpenID Connect"
|
|||
ask.en = "Name of the OIDC IDP (identity provider)"
|
||||
ask.fr = "Nom de l'OIDC IDP (identity provider)"
|
||||
bind = "oidc-idp-name:__INSTALL_DIR__/config.yaml"
|
||||
default = ""
|
||||
help.en = "This will be shown to users when they log in. Examples: \"Dex\" or \"YunoHost\""
|
||||
help.fr = "Sera affiché aux utilisateurices lros de leur connexion. Exemples: \"Dex\" ou \"YunoHost\""
|
||||
type = "string"
|
||||
|
@ -458,7 +455,6 @@ help = "Settings pertaining to... OpenID Connect"
|
|||
ask.en = "The OIDC issuer URI."
|
||||
ask.fr = "URI du fournisseur OIDC"
|
||||
bind = "oidc-issuer:__INSTALL_DIR__/config.yaml"
|
||||
default = ""
|
||||
help.en = "This is where GtS will redirect users to for login. Typically this will look like a standard web URL. Examples: \"https://auth.example.org\", \"https://example.org/auth\""
|
||||
help.fr = "C'est l'endroit où GtS redirigera les utilisateurs pour qu'ils se connectent. En règle générale, il s'agit d'une URL web standard. Exemples : \"https://auth.example.org\", \"https://example.org/auth\""
|
||||
type = "string"
|
||||
|
@ -467,7 +463,6 @@ help = "Settings pertaining to... OpenID Connect"
|
|||
ask.en = "OIDC client ID"
|
||||
ask.fr = "Client ID du fournisseur OIDC"
|
||||
bind = "oidc-client-id:__INSTALL_DIR__/config.yaml"
|
||||
default = ""
|
||||
help.en = "The ID for this client as registered with the OIDC provider."
|
||||
help.fr = "L'identifiant pour ce client tel qu'enregistré auprès du fournisseur OIDC"
|
||||
type = "string"
|
||||
|
@ -476,7 +471,6 @@ help = "Settings pertaining to... OpenID Connect"
|
|||
ask.en = "OIDC client secret (password)"
|
||||
ask.fr = "Client secret (mot de passe) du fournisseur OIDC"
|
||||
bind = "oidc-client-secret:__INSTALL_DIR__/config.yaml"
|
||||
default = ""
|
||||
help.en = "The secret for this client as registered with the OIDC provider."
|
||||
help.fr = "Le secret pour ce client tel qu'enregistré auprès du fournisseur OIDC"
|
||||
type = "string"
|
||||
|
|
Loading…
Add table
Reference in a new issue