From abcc0a9f5c21df4d175d65b28c01e98161b97f66 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 5 Feb 2023 18:16:16 +0100 Subject: [PATCH] =?UTF-8?q?That=20was=20postgresql=E2=80=A6=20+=20remove?= =?UTF-8?q?=20Nginx=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 533c689..7119242 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,8 +6,6 @@ version = "0.1~ynh1" url = "https://example.com" license = "free" -services = [ "nginx" ] - maintainers = ["Lapineige"] @@ -106,4 +104,4 @@ ram.runtime = "500M" [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" + type = "postgresql"