From a58684f314b6a539e948d6423b5c6d00de41d4ba Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 20 Oct 2024 18:05:50 +0600 Subject: [PATCH] docs/protect-an-instance: update the tuto value warning --- docs/protect-an-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protect-an-instance.md b/docs/protect-an-instance.md index 96f3a309..59c7fa27 100644 --- a/docs/protect-an-instance.md +++ b/docs/protect-an-instance.md @@ -74,7 +74,7 @@ this tutorial assumes that you only have `API_URL` in your `environment` variabl if you have other variables there, just add new ones after existing ones. > [!CAUTION] -> never use any of the values from the tutorial, especially `JWT_SECRET`! +> never use any values from the tutorial, especially `JWT_SECRET`! 1. open your `docker-compose.yml` config file in any text editor of choice. 2. copy the turnstile sitekey & secret key and paste them to their respective variables. `TURNSTILE_SITEKEY` for the sitekey and `TURNSTILE_SECRET` for the secret key: