From c33f48f74e3c7f1456e925e325da53d260132667 Mon Sep 17 00:00:00 2001 From: micziz Date: Sun, 12 Jun 2022 15:44:52 +0200 Subject: [PATCH] Fix env-template --- .env-template | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.env-template b/.env-template index 24f3b05..5830840 100644 --- a/.env-template +++ b/.env-template @@ -16,5 +16,14 @@ THEME="" # Enter a subreddit, e.g. "AskReddit" SUBREDDIT="" +# Filters the comments by range of lenght (min and max characters) +# Min has to be less or equal to max +# DO NOT INSERT ANY SPACES BETWEEN THE COMMA AND THE VALUES +COMMENT_LENGTH_RANGE = "min,max" + # Range is 0 -> 1 -OPACITY="0.9" \ No newline at end of file +OPACITY="0.9" + +# The absolute path of the folder where you want to save the final video +# If empty or wrong, the path will be 'assets/' +FINAL_VIDEO_PATH="" \ No newline at end of file