dtan_relay/config.yml

12 lines
285 B
YAML
Raw Normal View History

2024-12-26 15:10:21 +00:00
# Location where the relay will store its data
database_dir: "./data"
# Bootstrap relays to discover content
relays:
- "wss://relay.damus.io"
- "wss://nos.lol"
- "wss://relay.nostr.band"
2024-12-26 15:51:42 +00:00
- "wss://relay.snort.social"
2024-12-26 15:10:21 +00:00
# Listen address of dtan relay
relay_listen: "0.0.0.0:8000"