Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 13s
10 lines
358 B
Bash
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 |