Update .env.template

pull/657/head
sadmoonphoenix 3 years ago committed by GitHub
parent c44213f184
commit b65c73edf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,10 @@ ALLOW_NSFW="False"
#EXPLANATION Whether to allow NSFW content, True or False #EXPLANATION Whether to allow NSFW content, True or False
#MATCH_REGEX ^(True|False)$ #MATCH_REGEX ^(True|False)$
ALLOW_PINNED="false"
#EXPLINATION Whether to allow messages pinned by moderators, true or false.
#MATCH_REGEX ^(true|false)$
POST_ID="" POST_ID=""
#MATCH_REGEX ^((?!://|://).)*$ #MATCH_REGEX ^((?!://|://).)*$
#EXPLANATION Used if you want to use a specific post. example of one is urdtfx #EXPLANATION Used if you want to use a specific post. example of one is urdtfx

Loading…
Cancel
Save