17 lines
719 B
Text
17 lines
719 B
Text
## 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. 'NoCache') is a "statement".
|
|
# Comments start with a pound (#)
|
|
# Additional options can be found in matrix-send.conf(5)
|
|
|
|
# The Server directive is for your server's Matrix Client-Server API URL.
|
|
# 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.
|
|
Server matrix.envs.net
|
|
|
|
# The Username directive is your username for that server.
|
|
Username john
|
|
|
|
# The Password directive is your password for your account.
|
|
Password supersecretpassword
|