const variableValue = process.env.VARIABLE_NAME; //Good practice is to include a default value in case the variable is not found: const dbPassword = process.env.DB_PASSWORD || "";