From 44f7e4f76ce587558b15b674c5666d6f6d8ca6be Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Fri, 4 Oct 2024 15:19:19 +0000 Subject: [PATCH] web: remove `TURNSTILE_KEY` env from readme --- web/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/web/README.md b/web/README.md index b4122d39..c528f6e5 100644 --- a/web/README.md +++ b/web/README.md @@ -15,7 +15,6 @@ them, you must specify them when building the frontend (or running a vite server | `WEB_HOST` | `cobalt.tools` | domain on which the frontend will be running. used for meta tags and configuring plausible. | | `WEB_PLAUSIBLE_HOST` | `plausible.io`* | enables plausible analytics with provided hostname as receiver backend. | | `WEB_DEFAULT_API` | `https://api.cobalt.tools/` | changes url which is used for api requests by frontend clients. | -| `WEB_TURNSTILE_KEY` | `1x00000000000000000000AA` | [cloudflare turnstile](https://www.cloudflare.com/products/turnstile/) public key for antibot protection | \* don't use plausible.io as receiver backend unless you paid for their cloud service. use your own domain when hosting community edition of plausible. refer to their [docs](https://plausible.io/docs) when needed.