Skip to content

Commit

Permalink
Merge pull request #19 from VMGWARE/update-configs
Browse files Browse the repository at this point in the history
[CONFIG] Update app name to 'vATC Suite' and use cache driver for maintenance mode
  • Loading branch information
Vahn Gomes authored Jul 27, 2023
2 parents 30c6d83 + 0b479be commit ca99f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
|
*/

'name' => env('APP_NAME', 'vATC Suite'),
'name' => 'vATC Suite',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -164,7 +164,7 @@
*/

'maintenance' => [
'driver' => 'file',
'driver' => 'cache',
// 'store' => 'redis',
],

Expand Down
15 changes: 0 additions & 15 deletions src/config/backpack/backupmanager.php

This file was deleted.

0 comments on commit ca99f86

Please sign in to comment.