Added apprise to runtime

This commit is contained in:
Kieran Eglin 2024-04-09 19:07:49 -07:00
parent cec9e3c7ff
commit a2bcd454c7

View file

@ -57,6 +57,7 @@ if config_env() == :prod do
config :pinchflat,
yt_dlp_executable: System.find_executable("yt-dlp"),
apprise_executable: System.find_executable("apprise"),
media_directory: "/downloads",
metadata_directory: metadata_path,
extras_directory: extras_path,