fix bad env var name
This commit is contained in:
parent
f94a594409
commit
90f34b12a7
2
.env
2
.env
|
@ -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=""
|
||||||
|
|
Loading…
Reference in a new issue