Introduction

Environment variables allows you to grant the project to access sensitive information.

An environment variable is composed of a key and value pair stored in the project, and it can be configured to be accessible in the IDE or when the project is deployed.

Once environment variable is created it is accessable in the IDE using the process environment variable process.env.<KEYNAME>. If an environment variable is updated for deployed projects the changes will be available upon the next deployment.