From 51f5b326f909a1ec8c46a6a02c1c490884d63bca Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Thu, 7 Sep 2023 14:15:39 +0200 Subject: [PATCH] Improve comment in example env --- example.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index af1b81a04..6108a4f35 100644 --- a/example.env +++ b/example.env @@ -14,8 +14,10 @@ API_BASE_URLS="https://simulateur-socio-fiscal.leximpact.dev/api/" # BASE_URL="https://simulateur-socio-fiscal.leximpact.dev/" BASE_URL="http://localhost:5173" -# Public HTTP(S) URL of LexImpact Socio-Fiscal Budget server +# Private (for connected users) HTTP(S) URL of LexImpact Socio-Fiscal Budget server # BUDGET_API_URL="https://SECRET.DOMAIN.NAME/state_simulation" + +# Public HTTP(S) URL of LexImpact Socio-Fiscal Budget server # BUDGET_PUBLIC_API_URL="https://SECRET.DOMAIN.NAME/default_state_simulation" # Secret key used to sign JSON web tokens sent to Budget API -- GitLab