docs/protect-an-instance: update the template secret to fail

This commit is contained in:
wukko 2024-10-20 20:18:50 +06:00
parent 4efe6d9350
commit 4b1ea6ed80
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -95,7 +95,7 @@ environment:
API_URL: "https://your.instance.url.here.local/"
TURNSTILE_SITEKEY: "2x00000000000000000000BB" # use your key
TURNSTILE_SECRET: "2x0000000000000000000000000000000AA" # use your key
JWT_SECRET: "bgBmF4efNCKPirDqTc4FMmbX8P22I31oCj5R1zDiDi5sy8CWPnfLUct7rk5RlZUS" # create a new secret, NEVER use this one
JWT_SECRET: "bgBmF4efNCKPirD" # create a new secret, NEVER use this one
```
4. restart the docker container.