Added apprise to runtime

This commit is contained in:
Kieran Eglin 2024-04-09 14:07:49 -07:00
parent f9e4e44b0c
commit 1994ea5b08
No known key found for this signature in database
GPG key ID: 193984967FCF432D

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,