Skip to content

Commit

Permalink
docs: clarify valid key format as 32-character hexadecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
charnould authored Nov 9, 2024
1 parent 7062d6b commit 94b9b3b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ TELEMETRY=true
# AUTHENTICATION SECRET + PASSWORD
#

# Une clef secrète pour notamment signer et chiffrer le cookie d'autentification
# à l'interface d'administration de PIERRE. IMPORTANT : pour créer une clef valide,
# saisissez dans votre Terminal : `openssl rand -hex 16` (doit être 16 bytes).
# Une clef secrète pour notamment signer et chiffrer le cookie
# d'autentification à l'interface d'administration de PIERRE.
# IMPORTANT : Pour être valide, la clef doit être de 32 caractères hexadécimaux.
# Saisissez dans votre Terminal `openssl rand -hex 16` pour en générer une.
AUTH_SECRET=d5a5a154f4336bc349721098f6c2a7e8

# Un mot de passe (associé à l'email `admin@pierre-ia.org`) pour se connecter
Expand Down Expand Up @@ -104,4 +105,4 @@ OPENAI_API_KEY=sk-proj-fake-key-pGxRDAE069XAHd5X56MU22lEg
COHERE_API_KEY=null
MISTRAL_API_KEY=null
ANTHROPIC_API_KEY=sk-ant-fake-key-8MTpH0JvobKRqqqqXS0WQOZM4
GOOGLE_GENERATIVE_AI_API_KEY=null
GOOGLE_GENERATIVE_AI_API_KEY=null

0 comments on commit 94b9b3b

Please sign in to comment.