diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-24 16:27:10 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-06-24 16:27:10 +0200 |
commit | 81bf43cfdd0d31ee4564a1399ce7fbe07eb04bb3 (patch) | |
tree | a9bc878edcd521969d50fcc54fcc30f7b2ca54b5 | |
parent | 598cdc9542122b6a8ebe2fbffcff864afdc18853 (diff) |
Change .env.production.sample to specify that MAX_VIDEO_SIZE also applies to audio files
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 1fe5c70af..3388d380a 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -169,7 +169,7 @@ STREAMING_CLUSTER_NUM=1 # Maximum allowed display name characters # MAX_DISPLAY_NAME_CHARS=30 -# Maximum image and video upload sizes +# Maximum image and video/audio upload sizes # Units are in bytes # 1048576 bytes equals 1 megabyte # MAX_IMAGE_SIZE=8388608 |