From 24d5e6dc67bc2b349ec2bed63afd9c21711c2dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:55:42 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1b64a65..73bdd58 100644 --- a/manifest.toml +++ b/manifest.toml @@ -31,7 +31,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - full_domain = true [install.admin] type = "user" @@ -97,7 +96,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql postgresql-contrib" + packages = "postgresql, postgresql-contrib" [resources.database] type = "postgresql"