first commit
This commit is contained in:
10
Xboard/config/cloud_storage.php
Normal file
10
Xboard/config/cloud_storage.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'google_cloud' => [
|
||||
'key_file' => env('GOOGLE_CLOUD_KEY_FILE') ? base_path(env('GOOGLE_CLOUD_KEY_FILE')) : null,
|
||||
'storage_bucket' => env('GOOGLE_CLOUD_STORAGE_BUCKET'),
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user