13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
# Vaultwarden Environment Configuration
|
|
# Copy to .env and configure
|
|
|
|
# Admin token for /admin panel access
|
|
# Generate with: openssl rand -base64 48
|
|
ADMIN_TOKEN=
|
|
|
|
# SMTP password for sending invite emails
|
|
SMTP_PASSWORD=
|
|
|
|
# SSO Client Secret (when Keycloak is enabled)
|
|
# SSO_CLIENT_SECRET=
|