laravel-google-cloud-tasks-queue
laravel-google-cloud-tasks-queue copied to clipboard
Is there any way to set the credentials JSON file using another .env var?
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='.......'