# copy this to .env and it will be sourced by the appropriate services # domain your services will be running on DOMAIN=localhost # admin user for auth ADMIN_USER= ADMIN_PASS= # used for sending notifications and reset passwords # only supports smtp+starttls SMTP_ADDR= SMTP_PORT=587 SMTP_USER= SMTP_PASS=