Update config.json

This commit is contained in:
Alexandre
2022-09-22 12:47:57 +02:00
committed by GitHub
parent 0bc5e03709
commit da030815c0

View File

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