The Node.js image supports a number of environment variables, which can be set to control the configuration and behavior of the Node.js runtime.
To set these environment variables as part of your image, you can place them into a .s2i/environment
file inside your source code repository, or define them in the environment section of the build configuration’s sourceStrategy
definition.
You can also set environment variables to be used with an existing image when creating new applications, or by updating environment variables for existing objects such as deployment configurations.
Note
|
Environment variables that control build behavior must be set as part of the source-to-image (S2I) build configuration or in the |
Variable name | Description |
---|---|
|
When set to |
|
The debug port. Only valid if |
|
The custom NPM registry mirror URL. All NPM packages are downloaded from the mirror link during the build process. |