fix bad env var name

This commit is contained in:
dece 2024-09-01 22:38:07 +02:00
parent f94a594409
commit 90f34b12a7

2
.env
View file

@ -42,5 +42,5 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
# Specify paths to the external programs you use to avoid path issues. # Specify paths to the external programs you use to avoid path issues.
YTDLP_PATH="" YTDLP_PATH=""
YTDLP_COOKIES_FILE="" YTDLP_COOKIES_PATH=""
FFPROBE_PATH="" FFPROBE_PATH=""