mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
docs/protect-an-instance: update the template secret to fail
This commit is contained in:
parent
4efe6d9350
commit
4b1ea6ed80
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ environment:
|
||||||
API_URL: "https://your.instance.url.here.local/"
|
API_URL: "https://your.instance.url.here.local/"
|
||||||
TURNSTILE_SITEKEY: "2x00000000000000000000BB" # use your key
|
TURNSTILE_SITEKEY: "2x00000000000000000000BB" # use your key
|
||||||
TURNSTILE_SECRET: "2x0000000000000000000000000000000AA" # 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.
|
4. restart the docker container.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue