laravel-google-cloud-tasks-queue icon indicating copy to clipboard operation
laravel-google-cloud-tasks-queue copied to clipboard

Is there any way to set the credentials JSON file using another .env var?

Open LeonardoRochaInacio opened this issue 1 year ago • 0 comments

Is there any way to set the credentials JSON file using another .env var? Because on my project I'm using a separated service account for each service.

.env example: LARAVEL_G_CLOUD_STORAGE_CREDENTIAL_PATH='.......' LARAVEL_G_CLOUD_SCHEDULER_CREDENTIAL_PATH='.......' LARAVEL_G_CLOUD_FIREBASE_CREDENTIAL_PATH='.......' LARAVEL_G_CLOUD_TASKS_CREDENTIAL_PATH='.......'

LeonardoRochaInacio avatar Aug 01 '24 20:08 LeonardoRochaInacio