From c65a9e472bc1c3721d796dc5b4eb8fa590290bf6 Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Fri, 1 Nov 2024 21:59:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"