From 432b11e0c5a17e81b4edc240c9dd2c17ba59ff0e Mon Sep 17 00:00:00 2001 From: Toufic Batache <taffou2a@gmail.com> Date: Tue, 10 Oct 2023 14:14:16 +0200 Subject: [PATCH] Remove old directory from environment variables --- example.env | 3 --- 1 file changed, 3 deletions(-) diff --git a/example.env b/example.env index a0c6a9b3f..42dd53018 100644 --- a/example.env +++ b/example.env @@ -89,9 +89,6 @@ SHOW_TUTORIAL=true # Directory containing cache of budget simulations SIMULATIONS_BUDGET_DIR="../simulations_budget" -# Directory containing JSON of simulations saved by users -SIMULATIONS_DIR="../simulations" - # Directory containing cache of test cases simulations SIMULATIONS_TEST_CASES_DIR="../simulations_cas_types" -- GitLab