Commit 47c2a83d authored by Michael Apfelthaler's avatar Michael Apfelthaler

Change Upload Size Limit

parent f626c317
...@@ -30,4 +30,5 @@ return GeneralConfig::create() ...@@ -30,4 +30,5 @@ return GeneralConfig::create()
->aliases([ ->aliases([
'@webroot' => dirname(__DIR__) . '/web', '@webroot' => dirname(__DIR__) . '/web',
]) ])
->maxUploadFileSize(33554432)
; ;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment