about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-06-24 16:27:10 +0200
committerThibaut Girka <thib@sitedethib.com>2019-06-24 16:27:10 +0200
commit81bf43cfdd0d31ee4564a1399ce7fbe07eb04bb3 (patch)
treea9bc878edcd521969d50fcc54fcc30f7b2ca54b5 /.env.production.sample
parent598cdc9542122b6a8ebe2fbffcff864afdc18853 (diff)
Change .env.production.sample to specify that MAX_VIDEO_SIZE also applies to audio files
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample2
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