chore(env): clarify definitions, include defaults

pull/440/head
Asad 2 years ago
parent 54c6518906
commit acb6017d5b

@ -1,3 +1,4 @@
# This can be found in the email that reddit sent you when you created the app
REDDIT_CLIENT_ID="" REDDIT_CLIENT_ID=""
REDDIT_CLIENT_SECRET="" REDDIT_CLIENT_SECRET=""
@ -5,15 +6,17 @@ REDDIT_USERNAME=""
REDDIT_PASSWORD="" REDDIT_PASSWORD=""
# Valid options are "yes" and "no" # Valid options are "yes" and "no"
# Whether or not 2FA is enabled on the reddit account. Default: "no"
REDDIT_2FA="" REDDIT_2FA=""
#If no, it will ask you a thread link to extract the thread, if yes it will randomize it. # If no, it will ask you a thread link to extract the thread, if yes it will randomize it. Default: "no"
RANDOM_THREAD="yes" RANDOM_THREAD=""
# Valid options are "light" and "dark" # Valid options are "light" and "dark". Default: "light"
THEME="" THEME=""
# Enter a subreddit, e.g. "AskReddit" # Enter a subreddit, e.g. "AskReddit".
SUBREDDIT="" SUBREDDIT=""
# Filters the comments by range of lenght (min and max characters) # Filters the comments by range of lenght (min and max characters)
@ -21,7 +24,7 @@ SUBREDDIT=""
# DO NOT INSERT ANY SPACES BETWEEN THE COMMA AND THE VALUES # DO NOT INSERT ANY SPACES BETWEEN THE COMMA AND THE VALUES
COMMENT_LENGTH_RANGE = "min,max" COMMENT_LENGTH_RANGE = "min,max"
# Range is 0 -> 1 # Range is 0 -> 1. Default: "0.9"
OPACITY="0.9" OPACITY="0.9"
# The absolute path of the folder where you want to save the final video # The absolute path of the folder where you want to save the final video

Loading…
Cancel
Save