浏览代码

Document postman.base_url

Shalvah 5 年之前
父节点
当前提交
052879dd1a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/config.md

+ 2 - 0
docs/config.md

@@ -63,6 +63,8 @@ For `static` output, the collection will be created in `public/docs/collection.j
 
 - `description`: The description for the generated Postman collection.
 
+- `base_url`: The base URL to be used in the Postman collection. If this is null, Scribe will use the value of [`base_url`](#base-url) set above.
+
 - `auth`: The "Auth" section that should appear in the postman collection. See the [Postman schema docs](https://schema.getpostman.com/json/collection/v2.0.0/docs/index.html) for more information.
 
 ## Extraction settings