From 81bf43cfdd0d31ee4564a1399ce7fbe07eb04bb3 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 24 Jun 2019 16:27:10 +0200 Subject: [PATCH] Change .env.production.sample to specify that MAX_VIDEO_SIZE also applies to audio files --- .env.production.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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