mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Change to type "email"
It exists already: https://github.com/YunoHost/issues/issues/2054
This commit is contained in:
parent
e0b23c010c
commit
84c5bea309
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@ services = ["__APP__"]
|
|||
|
||||
[main.config.default_from_email]
|
||||
ask = "from email"
|
||||
type = "string"
|
||||
type = "email"
|
||||
help = "Default email address to use for various automated emails."
|
||||
bind = "default_from_email:__FINALPATH__/settings.py"
|
||||
|
||||
[main.config.admin_email]
|
||||
ask = "ADMIN email"
|
||||
type = "string"
|
||||
type = "email"
|
||||
help = "EMail address for error emails."
|
||||
bind = "admin_email:__FINALPATH__/settings.py"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue