Added apprise to runtime
This commit is contained in:
parent
f9e4e44b0c
commit
1994ea5b08
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue