Added apprise to runtime
This commit is contained in:
parent
cec9e3c7ff
commit
a2bcd454c7
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ if config_env() == :prod do
|
||||||
|
|
||||||
config :pinchflat,
|
config :pinchflat,
|
||||||
yt_dlp_executable: System.find_executable("yt-dlp"),
|
yt_dlp_executable: System.find_executable("yt-dlp"),
|
||||||
|
apprise_executable: System.find_executable("apprise"),
|
||||||
media_directory: "/downloads",
|
media_directory: "/downloads",
|
||||||
metadata_directory: metadata_path,
|
metadata_directory: metadata_path,
|
||||||
extras_directory: extras_path,
|
extras_directory: extras_path,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue