hcornet 87d62d3526
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 13s
Create repo
2024-11-26 19:55:08 +01:00

10 lines
358 B
Bash

ADMIN_TOKEN= # randomly generated string of characters, for example running openssl rand -base64 48
WEBSOCKET_ENABLED=true
SIGNUPS_ALLOWED=true ##change to false once create the admin account
SMTP_HOST=vaultwarden-msmtpd
SMTP_FROM=hostinfo@tips-of-mine.fr
SMTP_PORT=2500
SMTP_SSL=true
SMTP_USERNAME=
SMTP_PASSWORD=
DOMAIN=https://vaultwarden.tips-of-mine.com