mirror of
https://github.com/TeamPiped/piped-federation.git
synced 2024-08-14 23:49:43 +00:00
Merge pull request #1 from privacytime101/main
How to get Token and Small changes
This commit is contained in:
commit
da6d5ac720
1 changed files with 5 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue