tastejs / next-movies

A Next.js Movies App
next-movies-zeta.vercel.app
MIT License
466 stars 124 forks source link

Move TMDB API Key to process.env.TMDB_API_KEY #4

Closed addyosmani closed 3 years ago

addyosmani commented 3 years ago

@anton-karlovskiy Would you be interested in making this change? KEY and token are currently committed to the repo. I think this is probably the last change we might want to make before tagging a proper release.

anton-karlovskiy commented 3 years ago

Hi @addyosmani I've done the above. I think we need to set up those environment variables in the Netlify (deploy) configuration.

addyosmani commented 3 years ago

@anton-karlovskiy Thanks, Anton! I've moved the project away from /launch to /next-movies for movies.zaps.dev and setup the environment variables in Netlify to get our builds working again. Thanks for making time out to work on those changes!