Updated env template
This commit is contained in:
parent
647be363aa
commit
c641bd35e7
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
STASH_IMPORT_DIR=
|
||||
STASH_API_KEY=
|
||||
STASH_YTDLP_FORMAT=
|
||||
STASH_HOST=
|
||||
STASH_PORT=
|
||||
FANCTL_SERVO_PIN=
|
||||
|
|
1
stash.sh
1
stash.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue