matrix-bot-invitation-mailer/.env.example

12 lines
414 B
Text
Raw Normal View History

2024-11-01 21:59:12 +01:00
BOT_HOMESERVER="https://matrix.example.org"
BOT_USERNAME="invitebot"
2024-06-26 19:52:11 +02:00
BOT_PASSWORD="supersecret"
2024-11-01 21:59:12 +01:00
REGISTRATION_API_URL="https://matrix.example.org/registration-api/api/token"
2024-06-26 19:52:11 +02:00
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"
2024-06-26 19:52:11 +02:00
MAIL_FROM_ADDRESS="me@example.org"