🏠EnvironmentConfigurationOn this pageEnvironmentEnvironmentTo manipulate the environment variables, just create the .env file in the root directory of the project.Example .env file:PORT = 5000APP_SECRET_KEY = CopyUse environment variablesTo use environment variables, just use them with process.env.NAME_VARIABLE