chore(docs): Generated References (#8344)

Generated the following references:
- `fulfillment`
- `medusa_config`
- `modules`
- `order`
- `order_models`
- `types`
- `workflows`
This commit is contained in:
github-actions[bot]
2024-07-30 07:29:34 +00:00
committed by GitHub
parent c976361f22
commit 5389f7ca63
86 changed files with 68848 additions and 67037 deletions
@@ -155,6 +155,12 @@ An object that includes additional configurations to pass to the database connec
This is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.
During development, its recommended not to pass this option.
:::note
Make sure to add to the end of the database URL `?ssl_mode=disable` as well when disabling `rejectUnauthorized`.
:::
#### Example
```js title="medusa-config.js"
File diff suppressed because one or more lines are too long