matrix-bot-invitation-mailer/.env.example
Finn Christiansen c65a9e472b
All checks were successful
ci / docker (push) Successful in 5m46s
Python formatting PEP8 / Python-PEP8 (push) Successful in 12s
📝 update .env.example
2024-11-01 21:59:12 +01:00

11 lines
414 B
Text

BOT_HOMESERVER="https://matrix.example.org"
BOT_USERNAME="invitebot"
BOT_PASSWORD="supersecret"
REGISTRATION_API_URL="https://matrix.example.org/registration-api/api/token"
REGISTRATION_API_SHARED_SECRET="supersecret"
REGISTRATION_URL="https://matrix.example.org/register?token="
SMTP_HOSTNAME="smtp.example.org"
SMTP_USERNAME="username"
SMTP_PASSWORD="password"
SMTP_PORT="587"
MAIL_FROM_ADDRESS="me@example.org"