Améliorations gestion des images

This commit is contained in:
François Pelletier 2025-06-30 21:20:03 -04:00
parent ef3e875953
commit 3fdb2b7641
13 changed files with 542 additions and 10 deletions

View file

@ -2,5 +2,6 @@ SECRET_KEY=
USERNAME=
PASS_HASH=
#PASSWORD=only for testing
FABRIQUEDOC_ENDPOINT=
FABRIQUEDOC_ENDPOINT= # Use http://backend:8080 for Docker Compose, or http://127.0.0.1:8080 for local development
FABRIQUEDOC_PUBLIC_ENDPOINT= # Use http://127.0.0.1:8080 for local development, or your public IP/domain for deployment
ALGORITHM=HS256