Docs and helpers (#38)
* improve docs & helpers around publisher dids * add docs to env
This commit is contained in:
parent
749edd60d7
commit
853a20eae0
8 changed files with 33 additions and 10 deletions
|
@ -13,5 +13,10 @@ FEEDGEN_SUBSCRIPTION_ENDPOINT="wss://bsky.social"
|
|||
# Set this to the hostname that you intend to run the service at
|
||||
FEEDGEN_HOSTNAME="example.com"
|
||||
|
||||
# Set this to the DID of the account you'll use to publish the feed
|
||||
# You can find your accounts DID by going to
|
||||
# https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=${YOUR_HANDLE}
|
||||
FEEDGEN_PUBLISHER_DID="did:plc:abcde...."
|
||||
|
||||
# Only use this if you want a service did different from did:web
|
||||
# FEEDGEN_SERVICE_DID="did:plc:abcde..."
|
Loading…
Add table
Add a link
Reference in a new issue