update
This commit is contained in:
@@ -141,17 +141,17 @@ return [
|
||||
// 'verify_server_certificate' => true,
|
||||
// ],
|
||||
//
|
||||
// 'production' => [
|
||||
// 'name' => 'Production',
|
||||
// 'host' => 'https://example.com/log-viewer',
|
||||
// 'auth' => [ // Example of Bearer token auth
|
||||
// 'token' => env('LOG_VIEWER_PRODUCTION_TOKEN'),
|
||||
// ],
|
||||
// 'headers' => [
|
||||
// 'X-Foo' => 'Bar',
|
||||
// ],
|
||||
// 'verify_server_certificate' => true,
|
||||
// ],
|
||||
'production' => [
|
||||
'name' => 'Production',
|
||||
'host' => 'https://example.com/log-viewer',
|
||||
'auth' => [
|
||||
'token' => env('LOG_VIEWER_PRODUCTION_TOKEN'),
|
||||
],
|
||||
'headers' => [
|
||||
'X-Foo' => 'Bar',
|
||||
],
|
||||
'verify_server_certificate' => true,
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user