From 163c5e1c29ee6a36e6445beaceb4bcfebbb3cb5a Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Fri, 18 Jul 2025 11:52:07 +0530 Subject: [PATCH] Add Environment Variables section to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 305b781..c83ba27 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ The following content store modules are available The following asset store modules are available - [@contentstack/datasync-asset-store-filesystem](https://github.com/contentstack/datasync-asset-store-filesystem) +### Environment Variables + +| Variable | Description | Default | +|--------------|-----------------------------------------------------|-----------------| +| NODE_ENV | Sets the application environment | development | + ### Install all dependencies ```cmd npm install