Files
Vaulwarden/.env.example
2026-04-02 09:51:53 +02: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'