I am stuck here: https://cloud.google.com/tasks/docs/quickstart?hl=ca-ES#add_a_task_to_the_cloud_tasks_queue
Where to put and export the environment variables (PROJECT_ID, LOCATION_ID and QUEUE_ID), because the documentation says I should put them in the code in my sample app but I don't know in which file exactly. I am using NodeJS
export PROJECT_ID=PROJECT_ID // The project ID from above
export LOCATION_ID=LOCATION_ID // The region in which your queue is running
export QUEUE_ID=my-queue // The queue you created above
createTask.jsthat you can find here: github.com/googleapis/nodejs-tasks/blob/master/samples/…