Merge pull request #1 from privacytime101/main

How to get Token and Small changes
This commit is contained in:
Kavin 2022-11-14 06:38:15 +00:00 committed by GitHub
commit da6d5ac720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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.