From 696cecc19e12e36cb3b057637c65990a59397af8 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Tue, 14 Jun 2022 09:14:49 +0200 Subject: [PATCH] Add missing TERRITOIRES_URL. --- example.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.env b/example.env index fee13e6f7..5dec5899e 100644 --- a/example.env +++ b/example.env @@ -73,4 +73,7 @@ SIMULATIONS_DIR="../simulations" # Key for taxable household (aka "foyer fiscal") entity TAXABLE_HOUSEHOLD_KEY="foyer_fiscal" +# URL of autocompleter of French communes +TERRITOIRES_URL="https://territoires.leximpact.dev/" + TITLE="Simulateur socio-fiscal" -- GitLab