From 1c25e5a7a16ea1a8778216ad037b14a884f2b7be Mon Sep 17 00:00:00 2001 From: mertmit Date: Wed, 19 Oct 2022 19:06:32 +0300 Subject: [PATCH] docs: NC_MINIMAL_DBS env 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 00b4a23ab9..c4200aa512 100644 --- a/packages/noco-docs/content/en/getting-started/installation.md +++ b/packages/noco-docs/content/en/getting-started/installation.md @@ -507,6 +507,7 @@ It is mandatory to configure `NC_DB` environment variables for production usecas | 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 | | | +| NC_MINIMAL_DBS | No | Create a new SQLite file for each project. All the db files are stored in `nc_minimal_dbs` folder in current working directory. (This option restricts project creation on external sources) | | | ## Sample Demos