Avdhesh-Varshney / chanakya-niti

A digital platform leveraging AI to provide accessible and engaging content on the teachings of Chanakya, an ancient Indian philosopher.
https://chanakya-niti.vercel.app
MIT License
22 stars 53 forks source link

env variable is added to auth #120

Closed Sushanth-Hebri closed 2 weeks ago

Sushanth-Hebri commented 2 weeks ago

Auth key is added with env variable

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chanakya ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 15, 2024 8:04am
github-actions[bot] commented 2 weeks ago

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Sushanth-Hebri commented 2 weeks ago

Environment variable used "REACT_APP_API_KEY" , add .env file to .gitignore

vercel[bot] commented 2 weeks ago

@Avdhesh-Varshney is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sushanth-Hebri commented 2 weeks ago

solved this in #124 , auth key must start with REACT_APP for safety , for custom key there need to be separate wired config , now auth key is REACT_APP_QUOTES_API_KEY