diff --git a/public/index.html b/public/index.html index 678dff9..8997726 100644 --- a/public/index.html +++ b/public/index.html @@ -324,23 +324,34 @@
- Configure your installation by setting these variables in your
- wrangler.jsonc or Cloudflare Dashboard:
+ These variables must be set in your wrangler.jsonc or Cloudflare Dashboard for the worker to function.
+ Until these are configured, the worker serves this documentation page.
The base URL of the application you want to proxy, e.g. your app URL.
-Until you set this variable the worker serves this help page.
ORIGIN_URL = "https://your-app-origin.com"
A long, random string used to encrypt session cookies. Keep this secret!
+SESSION_SECRET = "your-long-random-secret-string"+