From 0ec263d51e38d6270cc6b3b1a1d312f529779a38 Mon Sep 17 00:00:00 2001 From: Whatever Social <109485589+privacytime101@users.noreply.github.com> Date: Sun, 13 Nov 2022 22:17:32 -0800 Subject: [PATCH] How to get Token and Small changes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea65a92..76e1702 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ Register on a homeserver with no rate-limiting, or create your own homeserver. If you would like an account on the `federation.piped.video` homeserver, message [@kavin1337:matrix.org](https://matrix.to/#/@kavin1337:matrix.org) on Matrix. -Set the homeserver URL in `config.properties` with the `MATRIX_SERVER` property. -Example: `MATRIX_SERVER:https://matrix-client.matrix.org` +Set the homeserver URL in `config/config.properties` with the `MATRIX_SERVER` property. +Example: `MATRIX_SERVER: https://homeserver-domain.org` -Set the Matrix access token with the `MATRIX_TOKEN` property. +Set the Matrix Access Token with the `MATRIX_TOKEN` property. +Example: `MATRIX_TOKEN: ABCDEFGHIJKLMNOPQRSTUVWXYZ` +- To get the Access Token using Element, go to Settings > Help & About > Advanced Restart your Piped backend.