about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorleo60228 <leo@60228.dev>2021-01-23 13:15:27 -0500
committerThibG <thib@sitedethib.com>2021-01-26 14:07:31 +0100
commitca6c62068e35537251cc650c8b2d03a1a2163d06 (patch)
tree9bdc1f3ecce9d4798ecbf95dbc5e76a7874fceaf /.env.production.sample
parentd1255ab8a5101bc04af4a5214f975edf443a37d9 (diff)
Support customizing poll option limits
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index d51144d96..12ca64a06 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -254,6 +254,12 @@ MAX_PROFILE_FIELDS=4
 # Maximum allowed display name characters
 MAX_DISPLAY_NAME_CHARS=30
 
+# Maximum allowed poll options
+MAX_POLL_OPTIONS=5
+
+# Maximum allowed poll option characters
+MAX_POLL_OPTION_CHARS=100
+
 # Maximum image and video/audio upload sizes
 # Units are in bytes
 # 1048576 bytes equals 1 megabyte