23 lines
432 B
YAML
23 lines
432 B
YAML
app:
|
|
port: 3000
|
|
|
|
database:
|
|
url: "postgresql://music:music@localhost:5433/music_aggregator"
|
|
|
|
metadata:
|
|
endpoint: "http://localhost:50051"
|
|
|
|
indexers:
|
|
- name: "Jackett"
|
|
indexer_type: jackett
|
|
url: "http://localhost:9117"
|
|
api_key: "apmtthy50kiu47wth8i1we22k5sn8ut6"
|
|
|
|
torrent:
|
|
client_type: stub
|
|
save_path: "/tmp/music-downloads"
|
|
log_path: "/tmp/torrent-stub.log"
|
|
|
|
storage:
|
|
base_path: "/tmp/music-library-test"
|