Skip to content

Commit

Permalink
Add back workspace for federation middleware to docs
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Oct 23, 2023
1 parent 82cb35c commit 317c4a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/federation_activitypub.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Populate Bob's federation config
```json
{
"handle_name": "bob",
"workspace": "~/Documents/fediverse/scitt_federation_bob/",
"following": {
"alice": {
"actor_id": "alice@localhost:7000",
Expand Down Expand Up @@ -154,6 +155,7 @@ Populate Alice's federation config
```json
{
"handle_name": "alice",
"workspace": "~/Documents/fediverse/scitt_federation_alice/",
"following": {
"bob": {
"actor_id": "bob@localhost:6000",
Expand Down

0 comments on commit 317c4a0

Please sign in to comment.