mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-23 14:35:41 +00:00
Correctly documented max image and video vars
Added MAX_IMAGE_SIZE and MAX_VIDEO_SIZE and documented their usage.
This commit is contained in:
parent
f9514b08f2
commit
a7b4e7efdd
|
@ -160,6 +160,12 @@ STREAMING_CLUSTER_NUM=1
|
||||||
# Maximum number of pinned posts
|
# Maximum number of pinned posts
|
||||||
# MAX_PINNED_TOOTS=5
|
# MAX_PINNED_TOOTS=5
|
||||||
|
|
||||||
|
# Maximum image and video upload sizes
|
||||||
|
# Units are in bytes
|
||||||
|
# 1024 bytes equals 1 megabyte
|
||||||
|
# MAX_IMAGE_SIZE=8192
|
||||||
|
# MAX_VIDEO_SIZE=40960
|
||||||
|
|
||||||
# LDAP authentication (optional)
|
# LDAP authentication (optional)
|
||||||
# LDAP_ENABLED=true
|
# LDAP_ENABLED=true
|
||||||
# LDAP_HOST=localhost
|
# LDAP_HOST=localhost
|
||||||
|
|
Loading…
Reference in a new issue