actor: use LFU cache to break cycles
[relay.git/.git] / relay.yaml.example
1 # this is the path that the object graph will get dumped to (in JSON-LD format),
2 # you probably shouldn't change it, but you can if you want.
3 db: relay.jsonld
4
5 # Listener
6 listen: 0.0.0.0
7 port: 8080
8
9 # Note
10 note: "Make a note about your instance here."
11
12 # this section is for ActivityPub
13 ap:
14   # this is used for generating activitypub messages, as well as instructions for
15   # linking AP identities.  it should be an SSL-enabled domain reachable by https.
16   host: 'relay.example.com'
17   blocked_instances:
18   - 'bad-instance.example.com'
19   - 'another-bad-instance.example.com'
20