From 7d3f76e6c18dc2bed2362d0a68d933a03b6806f9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:38:46 +0200 Subject: [PATCH] Removed ingress --- tandoor_recipes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 48fa8eeb7..aff6f3dbb 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -12,7 +12,7 @@ "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", "TRUSTED_PROXIES": "**" }, - "ingress": true, + "ingress": false, "map": [ "config:rw" ],