📝 update .env.example
All checks were successful
ci / docker (push) Successful in 5m46s
Python formatting PEP8 / Python-PEP8 (push) Successful in 12s

This commit is contained in:
Finn Christiansen 2024-11-01 21:59:12 +01:00
parent 99e432bac0
commit c65a9e472b

View file

@ -1,7 +1,7 @@
BOT_HOMESERVER="https://example.org" BOT_HOMESERVER="https://matrix.example.org"
BOT_USERNAME="PrayingTimesBotUsername" BOT_USERNAME="invitebot"
BOT_PASSWORD="supersecret" 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_API_SHARED_SECRET="supersecret"
REGISTRATION_URL="https://matrix.example.org/register?token=" REGISTRATION_URL="https://matrix.example.org/register?token="
SMTP_HOSTNAME="smtp.example.org" SMTP_HOSTNAME="smtp.example.org"