From 3b5f22b182d4b17b9d3be49f3f11a6c504dc5314 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Mon, 4 Nov 2024 18:27:05 +0100 Subject: [PATCH] Explicit default values of PUBLIC_ --- example.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.env b/example.env index da6119527..a73c221c2 100644 --- a/example.env +++ b/example.env @@ -77,10 +77,12 @@ PUBLIC_PORTAL_URL="https://leximpact.an.fr/" # Optional name of default reform to use # Reform name must belong to a name of an OpenFisca reform in metadata.json # PUBLIC_REFORM=reforme_test_1 +PUBLIC_REFORM= # Optional name of revaluation reform to use # Reform name must belong to a name of an OpenFisca reform in metadata.json # PUBLIC_REFORM_REVALUATION=contrefactuel_plf +PUBLIC_REFORM_REVALUATION= # Show intro balloons. PUBLIC_SHOW_TUTORIAL=true -- GitLab