Update config.json

This commit is contained in:
Alexandre
2022-01-14 14:49:26 +01:00
committed by GitHub
parent 7819bb1d9e
commit 528698cdf9

View File

@@ -4,7 +4,8 @@
"description": "recipe manager", "description": "recipe manager",
"environment": { "environment": {
"DB_ENGINE": "django.db.backends.sqlite3", "DB_ENGINE": "django.db.backends.sqlite3",
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db" "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
"DEBUG": "0"
}, },
"map": ["config:rw"], "map": ["config:rw"],
"name": "Tandoor recipes", "name": "Tandoor recipes",