Skip to content

Commit 36848e2

Browse files
committed
flatten config
1 parent a7eb45b commit 36848e2

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

config/fireblocks.php

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@
44
'api_key' => env('FIREBLOCKS_API_KEY', ''),
55
'secret_key' => env('FIREBLOCKS_SECRET_KEY', ''),
66
'base_path' => env('FIREBLOCKS_BASE_PATH', 'https://api.fireblocks.io/v1'),
7-
8-
'additional_options' => [
9-
'is_anonymous_platform' => env('FIREBLOCKS_ANONYMOUS_PLATFORM', false),
10-
'user_agent' => env('FIREBLOCKS_USER_AGENT', null),
11-
'thread_pool_size' => env('FIREBLOCKS_THREAD_POOL_SIZE', 10),
12-
],
13-
14-
'http_options' => [
15-
'timeout' => env('FIREBLOCKS_TIMEOUT', 30),
16-
'connect_timeout' => env('FIREBLOCKS_CONNECT_TIMEOUT', 10),
17-
'verify' => env('FIREBLOCKS_VERIFY_SSL', true),
18-
'debug' => env('FIREBLOCKS_DEBUG', false),
19-
],
7+
'is_anonymous_platform' => env('FIREBLOCKS_ANONYMOUS_PLATFORM', false),
8+
'user_agent' => env('FIREBLOCKS_USER_AGENT', null),
9+
'thread_pool_size' => env('FIREBLOCKS_THREAD_POOL_SIZE', 10),
10+
'default_headers' => [],
11+
'temp_folder_path' => env('FIREBLOCKS_TEMP_FOLDER', null),
12+
'timeout' => env('FIREBLOCKS_TIMEOUT', 30),
13+
'debug' => env('FIREBLOCKS_DEBUG', false),
2014
];

0 commit comments

Comments
 (0)