From d15c7898e1c0394ac5139d5e5cbf8a586bb8057c Mon Sep 17 00:00:00 2001 From: Anilzer Date: Wed, 3 Jun 2026 17:39:06 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18e6160..9cf5dee 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,12 @@ Le backend expose une **API** **REST** sécurisée utilisée par : Créer un fichier `.env` à la racine du projet : -```env **PORT**=**5000** -DATABASE_URL="postgresql://postgres:password@localhost:**5432**/the_tip_top_db* +```env **PORT**=**5000**``` -JWT_SECRET=*your_secret_key" ``` +```DATABASE_URL="postgresql://postgres:password@localhost:**5432**/the_tip_top_db*``` + +```JWT_SECRET=*your_secret_key" ``` ---