From 09cef96e7c9d400d8cd42c8848cd3314a9fdf1a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Thu, 4 Aug 2022 13:58:52 +0200 Subject: [PATCH] Fix port. --- example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env b/example.env index 5dec5899e..68ef34707 100644 --- a/example.env +++ b/example.env @@ -12,7 +12,7 @@ API_BASE_URLS="https://simulateur-socio-fiscal.leximpact.dev/api/" # Public HTTP(S) URL of LexImpact Socio-Fiscal UI server (aka this application) # BASE_URL="https://simulateur-socio-fiscal.leximpact.dev/" -BASE_URL="http://localhost:3000" +BASE_URL="http://localhost:5173" # Key for children in a family CHILDREN_KEY="enfants" -- GitLab