Change default values for emoji limits in .env.production.sample and comment them out
This commit is contained in:
parent
cd87d7dcef
commit
6c0d73a675
|
@ -283,8 +283,8 @@ MAX_POLL_OPTION_CHARS=100
|
||||||
# If undefined or smaller than MAX_EMOJI_SIZE, the value
|
# If undefined or smaller than MAX_EMOJI_SIZE, the value
|
||||||
# of MAX_EMOJI_SIZE will be used for MAX_REMOTE_EMOJI_SIZE
|
# of MAX_EMOJI_SIZE will be used for MAX_REMOTE_EMOJI_SIZE
|
||||||
# Units are in bytes
|
# Units are in bytes
|
||||||
MAX_EMOJI_SIZE=51200
|
# MAX_EMOJI_SIZE=262144
|
||||||
MAX_REMOTE_EMOJI_SIZE=204800
|
# MAX_REMOTE_EMOJI_SIZE=262144
|
||||||
|
|
||||||
# Optional hCaptcha support
|
# Optional hCaptcha support
|
||||||
# HCAPTCHA_SECRET_KEY=
|
# HCAPTCHA_SECRET_KEY=
|
||||||
|
|
Reference in New Issue