🎉 First commit!
This commit is contained in:
commit
99c2c62831
13 changed files with 280 additions and 0 deletions
10
.env.example
Normal file
10
.env.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
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"
|
||||
MAIL_FROM_ADDRESS="me@example.org"
|
Loading…
Add table
Add a link
Reference in a new issue