From 7a108557a9ceb009e22db6565732f9ae36c0b114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Fri, 21 Nov 2025 17:20:44 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa08e82..a30a8f5 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,13 @@ There are no immediate plans to implement these features. The primary goal of th This will deploy the worker and set up the necessary database tables. -5. **Configure your Bitwarden client:** +5. **Set environment variables** + +- `ALLOWED_EMAILS` your-email@example.com +- `JWT_SECRET` a long random string +- `JWT_REFRESH_SECRET` a long random string + +6. **Configure your Bitwarden client:** In your Bitwarden client, go to the self-hosted login screen and enter the URL of your deployed worker (e.g., `https://warden-worker.your-username.workers.dev`).