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
|
# Specifying backend data here makes mocking and local testing SUPER easy
|
||||||
yt_dlp_executable: System.find_executable("yt-dlp"),
|
yt_dlp_executable: System.find_executable("yt-dlp"),
|
||||||
yt_dlp_runner: Pinchflat.MediaClient.Backends.YtDlp.CommandRunner,
|
yt_dlp_runner: Pinchflat.MediaClient.Backends.YtDlp.CommandRunner,
|
||||||
# TODO: figure this out
|
media_directory: "/media",
|
||||||
media_directory: :not_implemented,
|
|
||||||
metadata_directory: Path.join([System.tmp_dir!(), "pinchflat", "metadata"])
|
metadata_directory: Path.join([System.tmp_dir!(), "pinchflat", "metadata"])
|
||||||
|
|
||||||
# Configures the endpoint
|
# Configures the endpoint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue