From 2762a5e3105313e6ca366d86d88372a49f1d5c67 Mon Sep 17 00:00:00 2001 From: schnulller Date: Thu, 2 Jun 2022 03:21:58 +0200 Subject: [PATCH] 50 MB file upload limit --- HaWeb/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HaWeb/appsettings.json b/HaWeb/appsettings.json index 3bf08ce..0e3c80b 100644 --- a/HaWeb/appsettings.json +++ b/HaWeb/appsettings.json @@ -12,5 +12,5 @@ }, "AllowedHosts": "*", "StoredFilesPath": "/home/simon/Downloads/", - "FileSizeLimit": 209799152 + "FileSizeLimit": 52428800 }