You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Place your `.env` files in `apps/frontend`:
63
63
64
64
### Backend
65
65
66
-
Store your environment-specific `.env` files in `apps/backend`:
66
+
Store your environment-specific `.env` files in `apps/backend`. `.env.development.local` & `.env.production.local` allow for custom environment variables based on the environment:
67
67
-**OPENAI_API_KEY:**[Get your GPT-4 OpenAI key](https://platform.openai.com/api-keys) (Enable GPT-4 [here](https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4-gpt-4-turbo-and-gpt-4o))
68
68
-**RECAPTCHA_SECRET_KEY:**[Request your RecaptchaV3 site keys](https://developers.google.com/recaptcha/docs/v3)
0 commit comments