From fd486390f7cde99b0db58f9cfcd8567f8306d904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A8ve=20Caillault?= Date: Sun, 1 Mar 2026 16:39:07 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20fichier=20.env.exam?= =?UTF-8?q?ple=20pour=20Vite=20en=20local.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 030f502..314416b 100644 --- a/.env.example +++ b/.env.example @@ -32,4 +32,7 @@ PHPMYADMIN_IMAGE="phpmyadmin:5.2-apache" PHPMYADMIN_URL="" # Mail Hog -MAILHOG_URL="" \ No newline at end of file +MAILHOG_URL="" + +# Configuration en local +VITE_PORT="8888" \ No newline at end of file