admin users menu
This commit is contained in:
parent
a067f4f555
commit
307959830d
|
|
@ -64,7 +64,11 @@ return [
|
|||
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
|
||||
'region' => 'IAD',
|
||||
],
|
||||
|
||||
// used for Backpack/BackupManager
|
||||
'backups' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('backups'), // that's where your backups are stored by default: storage/backups
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue