Files
Ferme/CHANGELOG.md
T
tristan 9ae073e69e Ajout du bundle ednotif (!6)
| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
|                  |                 |

## Description de la PR

## Modification du .env

## Check list

- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [x] TU/TI/TF OK
- [x] CHANGELOG modifié

Reviewed-on: https://gitea.malio.fr/MALIO-DEV/Ferme/pulls/6
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
2026-01-27 07:04:19 +00:00

821 B

Changelog

Liste des évolutions du projet Ferme

[0.0.0]

Parameters

Ajouter dans le fichier .env

  • DEFAULT_URI
  • DATABASE_URL
  • PONT_BASCULE_BYPASS (doit être à true en dev)
  • PONT_BASCULE_URL
  • JWT_SECRET_KEY (à générer avec la commande php bin/console lexik:jwt:generate-keypair)
  • JWT_PUBLIC_KEY
  • JWT_PASSPHRASE (à généré dans le conteneur avec la commande php -r "echo bin2hex(random_bytes(32));")
  • COOKIE_SECURE=0 (en dev 0 et en prod 1)
  • EDNOTIF_EXPLOITATION_CODE
  • EDNOTIF_EXPLOITATION_NUMERO
  • EDNOTIF_LOGIN
  • EDNOTIF_PASSWORD

Ajouter dans le fichier .env du frontend

  • NUXT_PUBLIC_API_BASE

Added

  • [#203] Réceptions — Parcours de pesée multi-étapes (début)
  • [#202] Authentification — Connexion utilisateur (JWT)
  • Ajout du bundle malio/ednotif-bundle

Changed

Fixed