WIP
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user