docs/content/2.proxy/2.configuration.md

1001 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.