Create netbox.php
This commit is contained in:
parent
e04da1f218
commit
e90077aa6d
1 changed files with 21 additions and 0 deletions
21
config/netbox.php
Normal file
21
config/netbox.php
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'default' => env('NETBOX_CONNECTION', 'default'),
|
||||||
|
|
||||||
|
'panels' => [
|
||||||
|
'default' => [
|
||||||
|
'url' => env('NETBOX_DEFAULT_URL'),
|
||||||
|
'key' => env('NETBOX_DEFAULT_KEY'),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
|
'client_options' => [
|
||||||
|
\GuzzleHttp\RequestOptions::COOKIES => true,
|
||||||
|
\GuzzleHttp\RequestOptions::CONNECT_TIMEOUT => 10,
|
||||||
|
\GuzzleHttp\RequestOptions::TIMEOUT => 10,
|
||||||
|
\GuzzleHttp\RequestOptions::ALLOW_REDIRECTS => false,
|
||||||
|
],
|
||||||
|
|
||||||
|
];
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue