From 308d05db9de14a51e87ddb86e82e8f20b0c0591f Mon Sep 17 00:00:00 2001 From: Piero Bassa <64158778+pierobassa@users.noreply.github.com> Date: Wed, 29 May 2024 15:14:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4a91e..ea992fb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Place your `.env` files in `apps/frontend`: ### Backend -Store your environment-specific `.env` files in `apps/backend`: +Store your environment-specific `.env` files in `apps/backend`. `.env.development.local` & `.env.production.local` allow for custom environment variables based on the environment: - **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)) - **RECAPTCHA_SECRET_KEY:** [Request your RecaptchaV3 site keys](https://developers.google.com/recaptcha/docs/v3)