diff --git a/src/config/app.php b/src/config/app.php index 65bcd7e..8d99017 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -16,7 +16,7 @@ | */ - 'name' => env('APP_NAME', 'vATC Suite'), + 'name' => 'vATC Suite', /* |-------------------------------------------------------------------------- @@ -164,7 +164,7 @@ */ 'maintenance' => [ - 'driver' => 'file', + 'driver' => 'cache', // 'store' => 'redis', ], diff --git a/src/config/backpack/backupmanager.php b/src/config/backpack/backupmanager.php deleted file mode 100644 index 8474b11..0000000 --- a/src/config/backpack/backupmanager.php +++ /dev/null @@ -1,15 +0,0 @@ - 'backup:run --disable-notifications', - - // here you can configure your php settings that will apply before starting the backup operation - // one of the things that Backpack does by default is increasing the `max_execution_time` for - // php scripts, as listing all files for backup could take some time to execute. - 'ini_settings' => [ - 'max_execution_time' => 600, - ], -];