From 825816137f4dd4f3bf1b8fc4d11677e01fe25b80 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 29 Sep 2021 21:45:47 +0200 Subject: [PATCH] fix supported databases and on-premise install --- burdy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/burdy.json b/burdy.json index 7591b46..511d40a 100644 --- a/burdy.json +++ b/burdy.json @@ -42,7 +42,7 @@ "supportedDatabases": { "name": "Supported Databases", "description": "", - "value": "MySQL, MariaDB, PostgreSQL" + "value": "MySQL, MariaDB, PostgreSQL, SQLite" }, "teaser": { "name": "Description", @@ -68,7 +68,7 @@ "onPremisesInstallation": { "name": "On Premises Installation", "description": "Yes/No", - "value": "No" + "value": "Yes" }, "cloudServiceHostedInEurope": { "name": "Cloud Service Hosted in Europe",