mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
Change env storage
This commit is contained in:
11
config/filesystems.php
Normal file
11
config/filesystems.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'default' => 'local',
|
||||
'disks' => [
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => getenv('HOME') . DIRECTORY_SEPARATOR . '.bunny-cli',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user