mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update config_panel.toml
This commit is contained in:
parent
42f0a476bc
commit
701435941b
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ services = ["__APP__", "__APP___workers"]
|
||||||
ask.en = "Change SMTP mail address"
|
ask.en = "Change SMTP mail address"
|
||||||
ask.fr = "Changer l’adresse courriel SMTP"
|
ask.fr = "Changer l’adresse courriel SMTP"
|
||||||
type = "string"
|
type = "string"
|
||||||
help.en = "Has to be like this: smtp://username:password@example.com:587/?tls=True"
|
help.en = "Has to be like this: smtp://username:password@example.com:587/?tls=True. /!\ Please backup your original credentials for the case you want to reset it. "
|
||||||
help.fr = "Doit avoir la forme suivante : smtp://username:password@example.com:587/?tls=True"
|
help.fr = "Doit avoir la forme suivante : smtp://username:password@example.com:587/?tls=True. /!\ Veuillez sauvegarder vos coordonnées initiales au cas où vous voudriez les réinitialiser."
|
||||||
bind = "email_url:/var/www/__APP__/.env"
|
bind = "email_url:/var/www/__APP__/.env"
|
||||||
|
|
||||||
[main.config.sender_email]
|
[main.config.sender_email]
|
||||||
|
|
Loading…
Reference in a new issue