Initial commit
This commit is contained in:
16
config/fileservers.php
Normal file
16
config/fileservers.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'secret_key' => env('FS_SECRET_KEY'),
|
||||
'servers' => [
|
||||
'oedipus' => [
|
||||
'base_url' => env('OEDIPUS_BASE_URL'),
|
||||
'check_existence' => env('OEDIPUS_CHECK_EXISTENCE'),
|
||||
'delete_file' => env('OEDIPUS_DELETE_FILE'),
|
||||
'download' => env('OEDIPUS_DOWNLOAD'),
|
||||
'file_explorer' => env('OEDIPUS_FILE_EXPLORER'),
|
||||
'get_file_size' => env('OEDIPUS_GET_FILE_SIZE'),
|
||||
'upload_chunk' => env('OEDIPUS_UPLOAD_CHUNK'),
|
||||
],
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user