From 0e0140a59275928c490b581dc0e196011f931769 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Mon, 30 Mar 2020 16:06:57 -0400 Subject: [PATCH] Add upload limit to .env.example --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 17b6fe5a..5e696e25 100644 --- a/.env.example +++ b/.env.example @@ -24,3 +24,4 @@ S3_BUCKET= S3_BUCKET_URL_BASE= SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production UI_ACCESS_TOKEN_ENABLED=false +UPLOAD_LIMIT=250000000