matrix-bot-invitation-mailer/.env.example
Finn Christiansen 99e432bac0
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Waiting to run
ci / docker (push) Has been cancelled
📝 add missing SMTP_PORT to .env.example
2024-11-01 21:28:13 +01:00

11 lines
399 B
Text

BOT_HOMESERVER="https://example.org"
BOT_USERNAME="PrayingTimesBotUsername"
BOT_PASSWORD="supersecret"
REGISTRATION_API_URL="http://localhost:5001/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"