fix link to nextjs env vars page
This commit is contained in:
parent
614963271b
commit
34f82c5fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Remember to update your environment variables (`KV_URL`, `KV_REST_API_URL`, `KV_
|
|||
|
||||
## Running locally
|
||||
|
||||
You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/concepts/projects/environment-variables) for this, but a `.env` file is all that is necessary.
|
||||
You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary.
|
||||
|
||||
> Note: You should not commit your `.env` file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue