mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 14:01:29 +00:00
8 lines
67 B
PHP
8 lines
67 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'cloud' => env('FILESYSTEM_CLOUD', 's3'),
|
|
|
|
];
|