From 431b9ed6d8c9fd122ee088494d7967ab58591b0a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:23:35 +0100 Subject: [PATCH] Update config.json --- tandoor_recipes/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 6419d72f8..e74738e49 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -2,7 +2,10 @@ "arch": ["aarch64", "amd64", "armv7", "armhf"], "boot": "auto", "description": "recipe manager", - "environment": {}, + "environment": { + "DB_ENGINE": "django.db.backends.sqlite3", + "POSTGRES_DB": "/data/recipes.db" +}, "map": ["share:rw", "ssl:ro"], "name": "Tandoor recipes", "options": {