From 586cf6dc738e29b9199817d4e15c6f3b00f09fc7 Mon Sep 17 00:00:00 2001 From: colesm Date: Thu, 23 Apr 2026 17:15:19 +0200 Subject: [PATCH] MAJ README.md --- PyroFetes/README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/PyroFetes/README.md b/PyroFetes/README.md index a6063b32..6c9c4f07 100644 --- a/PyroFetes/README.md +++ b/PyroFetes/README.md @@ -93,29 +93,10 @@ dotnet tool install --global dotnet-ef ```bash # Cloner le dépôt -git clone https://github.com/votre-org/pyrofetes-backend.git +git clone https://gitea.btssio-poitiers.fr/reignem/PyroFetes-Sujet1.git cd pyrofetes-backend ``` -### Configuration - -Editer `appsettings.Development.json` : - -```json -{ - "ConnectionStrings": { - "DefaultConnection": "Server=localhost,1433;Database=PyrofetesDb;User Id=sa;Password=VotreMotDePasse;TrustServerCertificate=True;" - }, - "JwtSettings": { - "SecretKey": "votre-cle-secrete-minimum-32-caracteres", - "Issuer": "PyrofetesAPI", - "Audience": "PyrofetesFrontend", - "ExpirationMinutes": 60, - "RefreshTokenExpirationDays": 7 - } -} -``` - ### Migrations et base de données ```bash