Where to store service-key.json file ?

arsalanahmad123TRIAL

a year ago

Hi there ! I was building application which uses google cloud bucket which i am integrating using service-key.json file, but i can't push it on github …….
Is there any way to store it on railway like we store ENV variables ?

2 Replies

a year ago

You can upload it to a volume then read the json file from the volume.


arsalanahmad123TRIAL

a year ago

I'll definitely give that a try and upload the file to a volume. Appreciate your answer!