mirror of https://github.com/Siphonay/mastodon
Add audio length var to env sample
Added MAX_AUDIO_LENGTH var and documented in .env.production.sample
This commit is contained in:
parent
35c4ff07f4
commit
1d5434d34c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue