53 lines
825 B
YAML
53 lines
825 B
YAML
server:
|
|
listen: "127.0.0.1:9117"
|
|
base_url: "http://localhost:9117"
|
|
|
|
database:
|
|
path: "/tmp/kindexr-dev.db"
|
|
|
|
logging:
|
|
level: "info"
|
|
format: "text"
|
|
|
|
relays:
|
|
- "wss://relay.damus.io"
|
|
- "wss://nos.lol"
|
|
- "wss://sovbit.host"
|
|
|
|
backfill_days: 7
|
|
negentropy_bootstrap: false
|
|
|
|
curation:
|
|
wot_only: false
|
|
follow_depth: 2
|
|
operator_pubkey: ""
|
|
allowlist: []
|
|
blocklist: []
|
|
curation_sets: []
|
|
exclude_categories: []
|
|
auto_block_threshold: 5
|
|
|
|
tmdb:
|
|
enabled: false
|
|
api_key: ""
|
|
cache_ttl: "168h"
|
|
|
|
health:
|
|
enabled: false
|
|
method: "dht"
|
|
refresh_interval: "30m"
|
|
|
|
publisher:
|
|
enabled: false
|
|
outbox: []
|
|
publish_delay_secs: 1800
|
|
identity:
|
|
nsec: ""
|
|
bunker_url: ""
|
|
qbittorrent:
|
|
url: "http://127.0.0.1:8080"
|
|
username: "admin"
|
|
password: ""
|
|
poll_interval_secs: 60
|
|
categories: []
|