Updated env template

This commit is contained in:
Thord Johansson 2023-05-19 18:47:29 +02:00
parent 647be363aa
commit c641bd35e7
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
STASH_IMPORT_DIR=
STASH_API_KEY=
STASH_YTDLP_FORMAT=
STASH_HOST=
STASH_PORT=
FANCTL_SERVO_PIN=

View File

@ -6,6 +6,7 @@ STASH_HOST=""
STASH_PORT=0
STASH_YTDLP_FORMAT="%(title)s [%(id)s].%(ext)s" # https://github.com/yt-dlp/yt-dlp#output-template
STASH_PRINT_PREFIX="Get: "
STASH_URL_FIXERS=()
source .env