Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomirons committed Mar 6, 2024
1 parent dd27cc1 commit cdddd6f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config/api-postman.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
| Include Doc Comments
|--------------------------------------------------------------------------
|
| Determines whether or not to set the PHP Doc comments to the description
| Determines whether to set the PHP Doc comments to the description
| in postman.
|
*/
Expand Down Expand Up @@ -156,6 +156,20 @@

'disk' => 'local',

/*
|--------------------------------------------------------------------------
| Authentication
|--------------------------------------------------------------------------
|
| Specify the authentication to be used for the endpoints.
|
*/

'authentication' => [
'method' => env('POSTMAN_EXPORT_AUTH_METHOD'),
'token' => env('POSTMAN_EXPORT_AUTH_TOKEN'),
],

/*
|--------------------------------------------------------------------------
| Protocol Profile Behavior
Expand Down

0 comments on commit cdddd6f

Please sign in to comment.