This commit is contained in:
Dwi Swandhana
2026-02-26 10:03:29 +07:00
parent b353f00659
commit 86d4a2354b
5 changed files with 28 additions and 27 deletions
+11 -11
View File
@@ -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,
],
],
/*