Update .env.production.sample

This commit is contained in:
Zee Aslam 2025-06-25 14:25:12 -04:00 committed by GitHub
parent 1761ae6ab0
commit 9b9e3dd453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,3 +109,9 @@ FETCH_REPLIES_MAX_SINGLE=500
# Max number of replies Collection pages to fetch - total
FETCH_REPLIES_MAX_PAGES=500
# Maximum allowed poll options
MAX_POLL_OPTIONS=4
# Maximum allowed poll option characters
MAX_POLL_OPTION_CHARS=50