This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
buzzrelay/config.yaml

15 lines
438 B
YAML
Raw Normal View History

2023-01-11 18:45:45 +01:00
# Sources
streams:
# The fedi.buzz firehose stream
- "https://fedi.buzz/api/v1/streaming/public"
# You may list the streaming API of other instances here
# external https hostname
2022-12-19 21:20:13 +01:00
hostname: relay.fedi.buzz
2023-01-11 18:45:45 +01:00
# where your reverse proxy will connect to
2022-12-19 21:20:13 +01:00
listen_port: 3000
2023-01-11 18:45:45 +01:00
# ActivityPub signing keypair
2022-12-19 21:20:13 +01:00
priv_key_file: private-key.pem
pub_key_file: public-key.pem
2023-01-11 18:45:45 +01:00
# PostgreSQL
2022-12-19 21:20:13 +01:00
db: "host=localhost user=relay password=xyz dbname=buzzrelay"