diff --git a/config/scribe.php b/config/scribe.php index 07a687ce..20178719 100644 --- a/config/scribe.php +++ b/config/scribe.php @@ -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, @@ -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,