Allow editing files up to 4MB

This commit is contained in:
Dane Everitt 2020-08-23 15:55:26 -07:00
parent 89b18cbcac
commit 55cd7d4d39
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -177,7 +177,7 @@ return [
| This array includes the MIME filetypes that can be edited via the web. | This array includes the MIME filetypes that can be edited via the web.
*/ */
'files' => [ 'files' => [
'max_edit_size' => env('PTERODACTYL_FILES_MAX_EDIT_SIZE', 1024 * 512), 'max_edit_size' => env('PTERODACTYL_FILES_MAX_EDIT_SIZE', 1024 * 1024 * 4),
'editable' => [ 'editable' => [
'application/json', 'application/json',
'application/javascript', 'application/javascript',