Files
Vaulwarden/.env.example
2026-03-08 13:31:51 +01:00

5 lines
233 B
Plaintext

# Token d'administration Vaultwarden
# Generer avec : echo -n "MonMotDePasse" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 -t 3 -p 4
# Ou utiliser un token en clair (moins securise)
VAULTWARDEN_ADMIN_TOKEN='votre_token_ici'