.env.template change

pull/564/head
SinecKers 2 years ago
parent 4bb8d67e68
commit 2828b6718d

@ -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=""
@ -23,9 +24,14 @@ MAX_COMMENT_LENGTH="500" # default is 500
# Range is 0 -> 1 recommended around 0.8-0.9
OPACITY="1"
# see different voice options: todo: add docs
VOICE="Matthew" # e.g. en_us_002
TTsChoice="polly"
# If you want to translate the comments to another language, set the language code here.
# If empty, no translation will be done.
POSTLANG="es"
# see TTSwrapper.py for all valid options
VOICE="" # e.g. en_us_002
TTsChoice="gtts" # todo add docs
# IMPORTANT NOTE: if you use translate, you need to set this gtts or set tiktok and use custom voice in your language
# IN-PROGRESS - not yet implemented
STORYMODE="False"

Loading…
Cancel
Save