From 29116da856e078dc2c2c095689ef219b79e17d44 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Sat, 7 Aug 2021 22:44:43 +0200 Subject: [PATCH] Remove now useless DECOMPOSITION_ROOT. --- example.env | 3 --- 1 file changed, 3 deletions(-) diff --git a/example.env b/example.env index c5368cd77..c1dd4a048 100644 --- a/example.env +++ b/example.env @@ -17,9 +17,6 @@ CHILDREN_KEY="enfants" # Path to file containing decompositions in JSON format DECOMPOSITION_PATH="../openfisca-france-json/decompositions/decompositions_customized.json" -# Name of variable used as root of decomposition -DECOMPOSITION_ROOT="revenu_disponible" - # Key for family entity FAMILY_KEY="famille" -- GitLab