You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ Contentstack is a headless CMS with an API-first approach. It is a CMS that deve
20
20
|referenceDepth|number|2|**Optional** The default nested-reference-field depth that'd be considered when calling .includeReferences(). This can be overridden by passing a numerical argument to .includeReferences(4)|
21
21
|projections|object|{_content_type_uid: 0}|**Optional** Keys that by default would be removed from results. Pass `key: 0` to remove, `key: 1` to override the existing..|
22
22
23
+
### Environment Variables
24
+
25
+
The SDK supports the following environment variables for advanced configuration:
26
+
27
+
| Variable | Description |
28
+
|-------------|-------------|
29
+
|`APP_ROOT`| (Optional) Sets the root directory for content storage. If not set, defaults to the current working directory. |
30
+
23
31
### Config Overview
24
32
25
33
Here's an overview of the SDK's configurable properties
0 commit comments