dwyl / learn-environment-variables

📝Learn how to use Environment Variables to keep your passwords and API keys secret. 🔐
GNU General Public License v2.0
200 stars 90 forks source link

Can I pass an API key as an environment variable? #21

Open miguelmartins17 opened 4 years ago

miguelmartins17 commented 4 years ago

Can the existence of environment variables camouflage the API key so it doesn't have to be exposed when you need to share the code? Can I somehow pass an API key as an environment variable?