Skip to content

Commit

Permalink
Update scribe.php
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah authored Jun 1, 2020
1 parent 3be091f commit 42d034f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
],

/*
* The base URL to be used in examples and the Postman collection.
* The base URL to be used in examples.
* If this is null, Scribe will use the value of config('app.url').
*/
'base_url' => null,
Expand All @@ -124,8 +124,7 @@

/*
* The base URL to be used in the Postman collection.
* This will override the base_url settings above only for Postman.
* If this is null, Scribe will use the value of config('app.url').
* If this is null, Scribe will use the value of base_url set above.
*/
'base_url' => null,

Expand Down

0 comments on commit 42d034f

Please sign in to comment.