From 46f1e431144e7e7930c283f9ef22f62c5f6ddd1f Mon Sep 17 00:00:00 2001 From: arraysid Date: Thu, 29 May 2025 19:34:30 +0700 Subject: [PATCH] feat: update .env.example to include TURNSTILE_SECRET_KEY and correct NEXT_PUBLIC_TURNSTILE_SITEKEY --- apps/landing/.env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/landing/.env.example b/apps/landing/.env.example index 2e688ee..0acada9 100644 --- a/apps/landing/.env.example +++ b/apps/landing/.env.example @@ -1,2 +1,4 @@ NEXT_PUBLIC_API_URL= -NEXT_PUBLIC_TURNSTILE_SITEKEY=1x00000000000000000000AA \ No newline at end of file + +TURNSTILE_SECRET_KEY= +NEXT_PUBLIC_TURNSTILE_SITEKEY= \ No newline at end of file