From fabbaff4cc78000815e97f77ce90c434c6bab104 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 21 Jan 2024 15:18:43 +0100 Subject: [PATCH] fix syntax --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index cf052a1..826bd69 100644 --- a/conf/.env +++ b/conf/.env @@ -20,7 +20,7 @@ INVITE_ONLY=true # uncomment in order to NOT automatically change the database schema when you upgrade the app # DISABLE_DB_AUTOMIGRATION=true # max file upload size (default is 20 meg) -UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE +UPLOAD_LIMIT=__MEDIA_UPLOAD_SIZE__ # ==================================== # You should not have to edit any of the following ones: POSTGRES_HOST=localhost