mirror of
https://github.com/sussy-code/docs.git
synced 2026-01-11 20:10:19 +00:00
1,001 B
1,001 B
| title |
|---|
| Configuration |
Proxy Config Reference
Adding environment variables is different for every platform, here's a guide on how to add environment variables on Cloudflare{target="_blank"}. You'll have to do some research on your own if you aren't hosting the proxy on Cloudflare.
Reference
TURNSTILE_SECRET
- Type:
string - Default:
""
Turnstile secret key from the Cloudflare dashboard{target="_blank"}.
::alert{type="warning"}
Keep in mind that you will also need to configure the Turnstile key on the client and configure the JWT_SECRET below.
::
JWT_SECRET
- Type:
string - Default:
""
A JWT secret key. This can be any random secret, but must be 32 characters long.