We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81562a commit e527b82Copy full SHA for e527b82
install/deb/filemanager/filegator/configuration.php
@@ -8,6 +8,7 @@
8
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py',
9
'.yml', '.xml', '.md', '.log', '.csv', '.conf', '.config', '.ini', '.scss', '.sh', '.env', '.example' ];
10
$dist_config['frontend_config']['guest_redirection'] = '/login/' ;
11
+$dist_config['frontend_config']['upload_max_size'] = 1024 * 1024 * 1024;
12
13
$dist_config['services']['Filegator\Services\Storage\Filesystem']['config']['adapter'] = function () {
14
0 commit comments