forked from sanchezvem/pyrofetes-backend
MAJ README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user