From 098b0cb24ae2207de26ce11529c942777020cd01 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Jul 2022 22:33:09 +0200 Subject: [PATCH] Update config.json --- tandoor_recipes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 13bdded18..28be243fe 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -30,7 +30,7 @@ }, "schema": { "ALLOWED_HOSTS": "str?", - "DB_TYPE": "list(sqlite|postgresql_external)", + "DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)", "POSTGRES_DB": "str?", "POSTGRES_HOST": "str?", "POSTGRES_PASSWORD": "str?",