mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-03-31 06:23:48 -04:00
First go at docker, fixed typo in github action, moved config to env variable
This commit is contained in:
7
config.edn
Normal file
7
config.edn
Normal file
@@ -0,0 +1,7 @@
|
||||
{: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"}}
|
||||
Reference in New Issue
Block a user