Skip to main content

Environment

Environment

To manipulate the environment variables, just create the .env file in the root directory of the project.

Example .env file:

PORT = 5000
APP_SECRET_KEY =

Use environment variables

To use environment variables, just use them with process.env.NAME_VARIABLE