dtan_relay/config.yml
2024-12-26 15:10:21 +00:00

11 lines
254 B
YAML

# 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"
# Listen address of dtan relay
relay_listen: "0.0.0.0:8000"