From 8e76a0ee79b77e95ce4bb7d6f4b7f44bcf34f906 Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Fri, 15 Mar 2024 13:54:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(frontend)=20update=20production=20?= =?UTF-8?q?value=20for=20the=20API=5FURL=20env=20var?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now, the env variable should point to the only deployed environment, staging. It'll allow @rouja deploying for the first time our project. --- src/frontend/apps/desk/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/apps/desk/.env.production b/src/frontend/apps/desk/.env.production index 96383c2..ba16e0c 100644 --- a/src/frontend/apps/desk/.env.production +++ b/src/frontend/apps/desk/.env.production @@ -1 +1 @@ -NEXT_PUBLIC_API_URL=http://localhost:8071/api/v1.0/ +NEXT_PUBLIC_API_URL=https://desk-staging.beta.numerique.gouv.fr/api/v1.0/