From cebd7b7df143523a4bdec064ca47cfc1c70b9c5b Mon Sep 17 00:00:00 2001 From: mertmit Date: Wed, 12 Oct 2022 00:56:09 +0300 Subject: [PATCH] docs: NODE_OPTIONS environment variable Signed-off-by: mertmit --- packages/noco-docs/content/en/getting-started/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/noco-docs/content/en/getting-started/installation.md b/packages/noco-docs/content/en/getting-started/installation.md index 86f5ac85da..00b4a23ab9 100644 --- a/packages/noco-docs/content/en/getting-started/installation.md +++ b/packages/noco-docs/content/en/getting-started/installation.md @@ -506,6 +506,7 @@ It is mandatory to configure `NC_DB` environment variables for production usecas | NC_S3_ACCESS_SECRET | No | For S3 storage plugin - AWS access secret credential for accessing resource | | | | NC_ADMIN_EMAIL | No | For updating/creating super admin with provided email and password | | | | NC_ADMIN_PASSWORD | No | For updating/creating super admin with provided email and password. Your password should have at least 8 letters with one uppercase, one number and one special letter(Allowed special chars $&+,:;=?@#|'.^*()%!_-" ) | | | +| NODE_OPTIONS | No | For passing Node.js [options](https://nodejs.org/api/cli.html#node_optionsoptions) to instance | | | ## Sample Demos