Sets media directory for prod

This commit is contained in:
Kieran Eglin 2024-02-15 14:23:28 -08:00
parent 44bd105e80
commit 8531de49fa
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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