From 46693e0ae3e4f81d739120bd813d34efa08dd346 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 23 Sep 2023 23:42:54 +0200 Subject: [PATCH] fix email location --- manifest.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 52a53b9..fc57e0b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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