From: Lady Lumb <42786600+LadyLumb@users.noreply.github.com> Date: Mon, 3 Jun 2019 07:29:15 +0000 (-0700) Subject: Add audio length var to env sample X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1d5434d34c9bf86dea669676b7e8587255d38135;p=mastodon.git Add audio length var to env sample Added MAX_AUDIO_LENGTH var and documented in .env.production.sample --- diff --git a/.env.production.sample b/.env.production.sample index 1fe5c70af..a64959c77 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -175,6 +175,9 @@ STREAMING_CLUSTER_NUM=1 # MAX_IMAGE_SIZE=8388608 # MAX_VIDEO_SIZE=41943040 +# Maximum length of audio uploads in seconds +# MAX_AUDIO_LENGTH=60 + # LDAP authentication (optional) # LDAP_ENABLED=true # LDAP_HOST=localhost