mirror of
https://github.com/YunoHost-Apps/gancio_ynh.git
synced 2024-09-03 20:36:19 +02:00
fix email location
This commit is contained in:
parent
d2e6ac17d2
commit
46693e0ae3
1 changed files with 2 additions and 3 deletions
|
@ -70,6 +70,8 @@ ram.runtime = "50M"
|
|||
# autoupdate.strategy = "latest_github_tag"
|
||||
[resources.system_user]
|
||||
# This will provision/deprovision a unix system user
|
||||
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
# This will create/remove the install dir as /var/www/$app
|
||||
|
@ -100,7 +102,4 @@ ram.runtime = "50M"
|
|||
[resources.database]
|
||||
# This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
|
||||
type = "postgresql"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue