1
0
Fork 0
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:
lapineige 2023-09-23 23:42:54 +02:00 committed by GitHub
parent d2e6ac17d2
commit 46693e0ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,8 @@ ram.runtime = "50M"
[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
# and store the corresponding setting $install_dir
@ -101,6 +103,3 @@ ram.runtime = "50M"
# 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