PROCESS.env
process.env.HELLO
what is process.env.node_env
"NODE_ENV is an environment variable made popular by the
express web server framework. When a node application is run,
it can check the value of the environment variable and do different
things based on the value.
NODE_ENV specifically is used (by convention) to state whether
a particular environment is a production or a development environment.
A common use-case is running additional debugging or logging code
if running in a development environment."
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us