Update README.md

This commit is contained in:
二叉树树 2025-11-21 17:20:44 +08:00 committed by GitHub
parent ed0d5b9ef2
commit 7a108557a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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`). 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`).