From 343633820d1ab894da762f70d99ffff276896280 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 5 Feb 2023 18:12:12 +0100 Subject: [PATCH] =?UTF-8?q?Another=20postgresql=20try=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index b68dcd4..533c689 100644 --- a/manifest.toml +++ b/manifest.toml @@ -103,3 +103,7 @@ ram.runtime = "500M" [resources.ports] # This will pick a random port for reverse-proxying and store it as the $port setting + + [resources.database] + # This will automatically provision/deprovison a mysql DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd + type = "psql"