Update docs/hosting/configuration.md

Co-authored-by: Lorena Ciutacu <38855851+lorenanda@users.noreply.github.com>
This commit is contained in:
Deborah 2022-05-19 15:47:36 +01:00 committed by GitHub
parent ee44a35b9e
commit 4b3e75875e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ export N8N_CUSTOM_EXTENSIONS="/home/jim/n8n/custom-nodes;/data/n8n/nodes"
### Use built-in and external modules in Function-Nodes
For security reasons, ithe Function node restricts importing modules. It's possible to lift that restriction for built-in and external modules by setting the following environment variables:
For security reasons, the Function node restricts importing modules. It's possible to lift that restriction for built-in and external modules by setting the following environment variables:
- `NODE_FUNCTION_ALLOW_BUILTIN`: For built-in modules
- `NODE_FUNCTION_ALLOW_EXTERNAL`: For external modules sourced from n8n/node_modules directory. External module support is disabled when an environment variable isn't set.