11 lines
254 B
YAML
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" |