📝 update .env.example
This commit is contained in:
parent
99e432bac0
commit
c65a9e472b
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue