Allow editing files up to 4MB
This commit is contained in:
parent
89b18cbcac
commit
55cd7d4d39
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ return [
|
|||
| This array includes the MIME filetypes that can be edited via the web.
|
||||
*/
|
||||
'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' => [
|
||||
'application/json',
|
||||
'application/javascript',
|
||||
|
|
Loading…
Reference in a new issue