mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
12 lines
209 B
PHP
12 lines
209 B
PHP
<?php
|
|
|
|
return [
|
|
'default' => 'local',
|
|
'disks' => [
|
|
'local' => [
|
|
'driver' => 'local',
|
|
'root' => getenv('HOME') . DIRECTORY_SEPARATOR . '.bunny-cli',
|
|
],
|
|
],
|
|
];
|