Files
docs/content/2.proxy/2.configuration.md
2023-12-31 16:39:55 +02:00

965 B

title
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. 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. ::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.