New config param: overwrite_on_upload

This commit is contained in:
Milos Stojanovic
2020-03-23 13:37:54 +01:00
parent 0765958729
commit 8330fa86bc
7 changed files with 43 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
return [
'public_path' => '',
'public_dir' => __DIR__.'/../../dist',
'overwrite_on_upload' => false,
'frontend_config' => [
'app_name' => 'FileGator',