denonbu-feed/.env.example
Daniel Holmgren 745023cfc2
Improve .env (#20)
* describeFeedGenerator route + multiple feeds

* tweak readme

* improve env
2023-05-19 10:31:39 -05:00

14 lines
503 B
Plaintext

# Whichever port you want to run this on
FEEDGEN_PORT=3000
# Set to something like db.sqlite to store persistently
FEEDGEN_SQLITE_LOCATION=":memory:"
# Don't change unless you're working in a different environment than the primary Bluesky network
FEEDGEN_SUBSCRIPTION_ENDPOINT="wss://bsky.social"
# Set this to the hostname that you intend to run the service at
FEEDGEN_HOSTNAME="example.com"
# Only use this if you want a service did different from did:web
# FEEDGEN_SERVICE_DID="did:plc:abcde..."