.env hinzugefügt
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
# Vaultwarden Konfiguration
|
||||||
|
DOMAIN=https://vault.ljh31.de
|
||||||
|
ADMIN_TOKEN=bitte_sicheres_token_einsetzen
|
||||||
|
|
||||||
|
# Registrierung
|
||||||
|
SIGNUPS_ALLOWED=true
|
||||||
|
SIGNUPS_VERIFY=false
|
||||||
|
|
||||||
|
# WebSocket
|
||||||
|
WEBSOCKET_ENABLED=true
|
||||||
|
|
||||||
|
# Logging
|
||||||
|
LOG_LEVEL=warn
|
||||||
|
|
||||||
|
# SMTP (optional – Rauten entfernen zum Aktivieren)
|
||||||
|
#SMTP_HOST=smtp.example.com
|
||||||
|
#SMTP_FROM=vaultwarden@ljh31.de
|
||||||
|
#SMTP_PORT=587
|
||||||
|
#SMTP_SECURITY=starttls
|
||||||
|
#SMTP_USERNAME=user
|
||||||
|
#SMTP_PASSWORD=passwort
|
||||||
|
|
||||||
Reference in New Issue
Block a user