Update config.json

This commit is contained in:
Alexandre
2022-08-29 09:48:03 +02:00
committed by GitHub
parent c76f54b357
commit 9635c9f13f

View File

@@ -8,6 +8,7 @@
"description": "recipe manager",
"environment": {
"DB_ENGINE": "django.db.backends.sqlite3",
"TRUSTED_PROXIES": "**",
"DEBUG": "1",
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
},