backend
This commit is contained in:
commit
d7666f7b2c
44 changed files with 2246 additions and 0 deletions
6
backend/.env.example
Normal file
6
backend/.env.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
DATABASE_URL="postgresql://user:password@host:port/allonsy_db" # Remplacez 'host', 'port', 'user', 'password' par les infos de votre DB distante
|
||||
SECRET_KEY="your_super_secret_key_for_jwt_and_hashing" # Générez une clé forte et longue
|
||||
ALGORITHM="HS256"
|
||||
GEMINI_API_KEY="your_gemini_api_key_here" # Clé API Google Gemini
|
||||
MISTRAL_API_KEY="your_mistral_api_key_here" # Clé API Mistral AI
|
||||
FILES_UPLOAD_PATH="./uploads" # Chemin local pour le stockage des fichiers uploadés
|
Loading…
Add table
Add a link
Reference in a new issue