Updated matrix-send.conf
This commit is contained in:
parent
e6076eae73
commit
05e4569820
1 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,17 @@
|
||||||
## Example basic configuration for matrix-send
|
## Example basic configuration for matrix-send
|
||||||
# A line with an option (e.g. 'Username jeremy') is a "directive".
|
# A line with an option (e.g. 'Username jeremy') is a "directive".
|
||||||
# A line with only one word (e.g. 'Color') is a "statement".
|
# A line with only one word (e.g. 'NoCache') is a "statement".
|
||||||
# Comments start with a pound (#)
|
# Comments start with a pound (#)
|
||||||
# Additional options can be found in config.md in the Git repository
|
# Additional options can be found in matrix-send.conf(5)
|
||||||
|
|
||||||
# The Homeserver directive is for your homeserver's Matrix URL. matrix-send assumes that this is valid.
|
# The Server directive is for your server's Matrix Client-Server API URL.
|
||||||
# matrix.org's would be matrix-client.matrix.org.
|
# matrix-send assumes that this is valid.
|
||||||
|
# matrix.org's CS API URL is matrix-client.matrix.org.
|
||||||
# You can find it by typing it into Element's sign in page and hovering your mouse over it.
|
# You can find it by typing it into Element's sign in page and hovering your mouse over it.
|
||||||
Homeserver matrix-client.matrix.org
|
Server matrix.envs.net
|
||||||
|
|
||||||
# The Username directive is for your username for that homeserver.
|
# The Username directive is your username for that server.
|
||||||
Username john_doe
|
Username john
|
||||||
|
|
||||||
# The Password directive is your password for your account.
|
# The Password directive is your password for your account.
|
||||||
# Example with spaces: Password This is my super duper secure password.
|
|
||||||
Password supersecretpassword
|
Password supersecretpassword
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue