Do PDF report
This commit is contained in:
parent
471e9bcc3b
commit
7ba74f3b51
6 changed files with 717 additions and 566 deletions
28
.env.example
28
.env.example
|
|
@ -1,15 +1,15 @@
|
|||
HOMESERVER=https://matrix.org
|
||||
|
||||
# Bot's Matrix username (full MXID)
|
||||
MATRIX_USERNAME=@your_bot:matrix.org
|
||||
|
||||
# Either use password OR access token
|
||||
PASSWORD=
|
||||
ACCESS_TOKEN=syt_...
|
||||
|
||||
# Allowed rooms (comma-separated, no spaces)
|
||||
ALLOWED_ROOMS=!roomid1:matrix.org,!roomid2:matrix.org
|
||||
|
||||
# Whisper settings
|
||||
WHISPER_LANGUAGE=ru
|
||||
HOMESERVER=https://matrix.org
|
||||
|
||||
# Bot's Matrix username (full MXID)
|
||||
MATRIX_USERNAME=@your_bot:matrix.org
|
||||
|
||||
# Either use password OR access token
|
||||
PASSWORD=
|
||||
ACCESS_TOKEN=syt_...
|
||||
|
||||
# Allowed rooms (comma-separated, no spaces)
|
||||
ALLOWED_ROOMS=!roomid1:matrix.org,!roomid2:matrix.org
|
||||
|
||||
# Whisper settings
|
||||
WHISPER_LANGUAGE=ru
|
||||
WHISPER_MODEL=small
|
||||
Loading…
Add table
Add a link
Reference in a new issue