We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b451e commit ff1a1cdCopy full SHA for ff1a1cd
config/backups.php
@@ -6,12 +6,12 @@
6
// The backup driver to use for this Panel instance. All client generated server backups
7
// will be stored in this location by default. It is possible to change this once backups
8
// have been made, without losing data.
9
- 'default' => env('APP_BACKUP_DRIVER', 'local'),
+ 'default' => env('APP_BACKUP_DRIVER', Backup::ADAPTER_WINGS),
10
11
'disks' => [
12
// There is no configuration for the local disk for Wings. That configuration
13
// is determined by the Daemon configuration, and not the Panel.
14
- 'local' => [
+ 'wings' => [
15
'adapter' => Backup::ADAPTER_WINGS,
16
],
17
0 commit comments