diff --git a/.env.example b/.env.example index 50a30eb..9304f42 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ -BOT_HOMESERVER="https://example.org" -BOT_USERNAME="PrayingTimesBotUsername" +BOT_HOMESERVER="https://matrix.example.org" +BOT_USERNAME="invitebot" BOT_PASSWORD="supersecret" -REGISTRATION_API_URL="http://localhost:5001/api/token" +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"