From 89576da04c0ca28ffed3bfbf2e6c8183401e8b0b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:35:00 +0200 Subject: [PATCH] mariadb_addon --- 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?",