From 4b55ce9b6891a8c5c8e7ca313fcac68e874f919e Mon Sep 17 00:00:00 2001 From: danilapog Date: Tue, 5 Jul 2022 17:50:32 +0300 Subject: [PATCH] Refactoring description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88126f..5925773 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Below is the complete list of parameters that can be set using environment varia - **METRICS_PREFIX**: Defines StatsD metrics prefix for backend services. Defaults to `ds.`. - **LETS_ENCRYPT_DOMAIN**: Defines the domain for Let's Encrypt certificate. - **LETS_ENCRYPT_MAIL**: Defines the domain administator mail address for Let's Encrypt certificate. -- **NODE_OPTIONS**: A space-separated list of command-line options. options... are interpreted before command-line options, so command-line options will override or compound after anything in options.... Node.js will exit with an error if an option that is not allowed in the environment is used, such as -p or a script file. [Avalivable values](https://nodejs.org/api/cli.html#node_optionsoptions). +- **NODE_OPTIONS**: Node.js comes with a variety of CLI options. These options expose built-in debugging, multiple ways to execute scripts, and other helpful runtime options. NODE_OPTIONS is a space-separated list of command-line options. options... are interpreted before command-line options, so command-line options will override or compound after anything in options.... Node.js will exit with an error if an option that is not allowed in the environment is used, such as -p or a script file. [Avalivable values](https://nodejs.org/api/cli.html#node_optionsoptions). ## Installing ONLYOFFICE Document Server integrated with Community and Mail Servers