From 9635c9f13f491ba00f1f5360057e742361f5fe70 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 29 Aug 2022 09:48:03 +0200 Subject: [PATCH] Update config.json --- tandoor_recipes/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 52f34237c..a818557a5 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -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" },