- authentication fix

- demo helper
This commit is contained in:
Peter Papp
2021-03-17 07:34:22 +01:00
parent 2c69553582
commit ce477fdaf1
13 changed files with 47 additions and 11653 deletions

View File

@@ -4,6 +4,9 @@ return [
'version' => '2.0',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'is_demo' => env('APP_DEMO', false),
// Define size of chunk uploaded by MB.
// E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),
];