Where do you store your API Keys for private apps

For private apps, where are you storing your API keys?

I’m currently storing them in Airtable, and retrieving them through an API request, since I work with multiple stores. Is this safe?

@okair

Hey there,

Assuming that you’re using Node JS, you should always use dotenv to store your API keys.

Kind regards,
Diego