How to get Token and Small changes

This commit is contained in:
Whatever Social 2022-11-13 22:17:32 -08:00 committed by GitHub
parent 7ad969d451
commit 0ec263d51e
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.