fix DeprecationWarnings on 3.10
[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   whitelist_enabled: false
21   whitelist:
22   - 'good-instance.example.com'
23   - 'another.good-instance.example.com'
24   # uncomment the lines below to prevent certain activitypub software from posting
25   # to the relay (all known relays by default). this uses the software name in nodeinfo
26   #blocked_software:
27   #- 'activityrelay'
28   #- 'aoderelay'
29   #- 'social.seattle.wa.us-relay'
30   #- 'unciarelay'