From 05e4569820c9fd0ba899c6b77e76af48d78d381b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 28 Jul 2022 20:34:30 +1200 Subject: [PATCH] Updated matrix-send.conf --- matrix-send.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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