From bf87aac6dcc90fd6c8d04d9eb6bf2b6ad3304197 Mon Sep 17 00:00:00 2001 From: Ahmed Elsakaan Date: Thu, 6 Jun 2024 08:02:56 +0100 Subject: [PATCH] chore: update .env.example --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index fde8d83d..713f186b 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,7 @@ DATABASE_URL= # Authentication CLERK_SECRET_KEY= NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= + # You don't need to change these, just copy them over into your `.env` file. NEXT_PUBLIC_CLERK_SIGN_IN_URL='/sign-in' NEXT_PUBLIC_CLERK_SIGN_UP_URL='/sign-up' @@ -12,4 +13,7 @@ NEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL='/app' # Upstash Redis UPSTASH_REDIS_REST_URL= -UPSTASH_REDIS_REST_TOKEN= \ No newline at end of file +UPSTASH_REDIS_REST_TOKEN= + +# Resend +RESEND_API_KEY= \ No newline at end of file