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?",