Skip to content

Commit ff1a1cd

Browse files
committed
Use logical disk names...
1 parent 53b451e commit ff1a1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/backups.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
// The backup driver to use for this Panel instance. All client generated server backups
77
// will be stored in this location by default. It is possible to change this once backups
88
// have been made, without losing data.
9-
'default' => env('APP_BACKUP_DRIVER', 'local'),
9+
'default' => env('APP_BACKUP_DRIVER', Backup::ADAPTER_WINGS),
1010

1111
'disks' => [
1212
// There is no configuration for the local disk for Wings. That configuration
1313
// is determined by the Daemon configuration, and not the Panel.
14-
'local' => [
14+
'wings' => [
1515
'adapter' => Backup::ADAPTER_WINGS,
1616
],
1717

0 commit comments

Comments
 (0)