Using google application credentials JSON?

I am migrating an app from Heroku which uses a google application credentials JSON file. How can I use this JSON file on render.com?

On Heroku it utilises a .profile as outlined here -

Thanks

1 Like

Hi Stephen,

This sounds like a great use case for a Secrets File.

You can add files by pasting their contents under the Environments tab in your service. Your service will then have access to the file at /etc/secrets/<YOUR_FILE>

Let me know if you have any questions about this.

Regards,

Matt

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.