Added files
matrix-send matrix-send.conf Makefile
This commit is contained in:
parent
e3579d5fde
commit
a25621251b
3 changed files with 159 additions and 0 deletions
17
matrix-send.conf
Normal file
17
matrix-send.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
## Example basic configuration for matrix-send
|
||||
# A line with an option (e.g. 'Username jeremy') is a "directive".
|
||||
# A line with only one word (e.g. 'Color') is a "statement".
|
||||
# Comments start with a pound (#)
|
||||
# Additional options can be found in config.md in the Git repository
|
||||
|
||||
# The Homeserver directive is for your homeserver's Matrix URL. matrix-send assumes that this is valid.
|
||||
# matrix.org's would be matrix-client.matrix.org.
|
||||
# You can find it by typing it into Element's sign in page and hovering your mouse over it.
|
||||
Homeserver matrix-client.matrix.org
|
||||
|
||||
# The Username directive is for your username for that homeserver.
|
||||
Username john_doe
|
||||
|
||||
# The Password directive is your password for your account.
|
||||
# If your password has spaces, put speech marks ("") around it.
|
||||
Password supersecretpassword
|
Loading…
Add table
Add a link
Reference in a new issue