diff --git a/matrix-send.conf b/matrix-send.conf index fce7e7e..a7582ab 100644 --- a/matrix-send.conf +++ b/matrix-send.conf @@ -1,17 +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". +# A line with only one word (e.g. 'NoCache') is a "statement". # 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. -# matrix.org's would be matrix-client.matrix.org. +# 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. -Homeserver matrix-client.matrix.org +Server matrix.envs.net -# The Username directive is for your username for that homeserver. -Username john_doe +# The Username directive is your username for that server. +Username john # The Password directive is your password for your account. -# Example with spaces: Password This is my super duper secure password. Password supersecretpassword