Sets media directory for prod
This commit is contained in:
parent
44bd105e80
commit
8531de49fa
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ config :pinchflat,
|
|||
# Specifying backend data here makes mocking and local testing SUPER easy
|
||||
yt_dlp_executable: System.find_executable("yt-dlp"),
|
||||
yt_dlp_runner: Pinchflat.MediaClient.Backends.YtDlp.CommandRunner,
|
||||
# TODO: figure this out
|
||||
media_directory: :not_implemented,
|
||||
media_directory: "/media",
|
||||
metadata_directory: Path.join([System.tmp_dir!(), "pinchflat", "metadata"])
|
||||
|
||||
# Configures the endpoint
|
||||
|
|
|
|||
Loading…
Reference in a new issue