Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates prependEnv() to use PM2_ variables. #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattdeluco
Copy link

This is my proposed resolution to Issue #37.

A routine has been added to prependEnv() to filter from the process
environment any variable beggining with "PM2_" and add them to the rest
of the environment variables.

Note that the prefix of "PM2_" is truncated from the variable name when applied to the environment of the application.

For example: $ PM2_AUTHTOKEN=setecastronomy pm2 deploy ecosystem.config.js production would set the environment variable AUTHTOKEN when running the application, available in Node as process.env.AUTHTOKEN.

A routine has been added to prependEnv() to filter from the process
environment any variable beggining with "PM2_" and add them to the rest
of the environment variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant