Initial commit
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
10
env.example
Normal file
10
env.example
Normal file
@ -0,0 +1,10 @@
|
||||
# Matrix homeserver URL.
|
||||
MATRIX_SERVER = ""
|
||||
# Matrix room to monitor.
|
||||
MATRIX_ROOM = ""
|
||||
# Username for bot's Matrix user.
|
||||
MATRIX_USER = ""
|
||||
# Password for bot's Matrix user.
|
||||
MATRIX_PASSWORD = ""
|
||||
# Path of sqlite3 file to use.
|
||||
DB_PATH = ""
|
Reference in New Issue
Block a user