Hello,
I’m creating an Elixir lib that call Google APIs to perform some process, the connection is done using a service account that will be specified in the Google default environment :
GOOGLE_APPLICATION_CREDENTIALS=path/service_account.json
I am wondering how I’m going to expose this variable (and the service account file also) when installing the LIB by an external application. I know that LIBs doesn’t have access to their config file config/*.exs
Thanks in advance