From 1e334bf1b9cf0ddbc9d80bc3e9e6081c50977e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:04:04 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 1c6f79a..03a100b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,3 +59,6 @@ ram.runtime = "50M" [resources.apt] packages = "postgresql, postgresql-contrib, php7.4-pgsql, php7.4-mbstring, php7.4-cli, php7.4-imagick, php7.4-xml, php7.4-zip, php7.4-json, php7.4-gd" + + [resources.database] + type = "postgresql" \ No newline at end of file