From acb6017d5bc2c851ed97912565b5bf4e6b369ace Mon Sep 17 00:00:00 2001 From: Asad Date: Sat, 11 Jun 2022 01:01:16 +0100 Subject: [PATCH] chore(env): clarify definitions, include defaults --- .env.template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.env.template b/.env.template index 5830840..f3a2fc8 100644 --- a/.env.template +++ b/.env.template @@ -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_SECRET="" @@ -5,15 +6,17 @@ REDDIT_USERNAME="" REDDIT_PASSWORD="" # Valid options are "yes" and "no" + +# Whether or not 2FA is enabled on the reddit account. Default: "no" REDDIT_2FA="" -#If no, it will ask you a thread link to extract the thread, if yes it will randomize it. -RANDOM_THREAD="yes" +# If no, it will ask you a thread link to extract the thread, if yes it will randomize it. Default: "no" +RANDOM_THREAD="" -# Valid options are "light" and "dark" +# Valid options are "light" and "dark". Default: "light" THEME="" -# Enter a subreddit, e.g. "AskReddit" +# Enter a subreddit, e.g. "AskReddit". SUBREDDIT="" # 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 COMMENT_LENGTH_RANGE = "min,max" -# Range is 0 -> 1 +# Range is 0 -> 1. Default: "0.9" OPACITY="0.9" # The absolute path of the folder where you want to save the final video