mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-04-05 00:44:05 -04:00
8 lines
230 B
Clojure
8 lines
230 B
Clojure
{:sonarr {:url "http://localhost:8989"
|
|
:api-key "your-key"}
|
|
:radarr {:url "http://localhost:7878"
|
|
:api-key "your-key"}
|
|
:bot {:max-results 10
|
|
:cache-expiration 60000
|
|
:token "your-key"}}
|