Add explanation that you can use NAME instead of UID
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
79b0d719ec
commit
822ad38cfc
|
@ -140,6 +140,8 @@ support microsub.
|
||||||
-verbose
|
-verbose
|
||||||
show verbose logging
|
show verbose logging
|
||||||
|
|
||||||
|
Instead of the `UID` you can also use the `NAME` of the channel in most functions.
|
||||||
|
|
||||||
## Configuration: backend.json
|
## Configuration: backend.json
|
||||||
|
|
||||||
The `backend.json` file contains all information about channels, feeds and authentication.
|
The `backend.json` file contains all information about channels, feeds and authentication.
|
||||||
|
@ -153,7 +155,6 @@ The two parts that should be changed are:
|
||||||
"Me": "...",
|
"Me": "...",
|
||||||
"TokenEndpoint": "...",
|
"TokenEndpoint": "...",
|
||||||
|
|
||||||
|
|
||||||
The `Me` value should be set to the URL you use to sign into Monocle, or
|
The `Me` value should be set to the URL you use to sign into Monocle, or
|
||||||
Micropub client.
|
Micropub client.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user