clawdi 0.8.4 → 0.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +187 -187
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -204,7 +204,7 @@ Local self-hosting currently expects:
|
|
|
204
204
|
- Python 3.12 with PDM
|
|
205
205
|
- PostgreSQL 16 with `pg_trgm` and `pgvector`
|
|
206
206
|
- Clerk keys for dashboard auth
|
|
207
|
-
- Two generated encryption keys for vault data and MCP
|
|
207
|
+
- Two generated encryption keys for vault data and MCP bridge JWTs
|
|
208
208
|
|
|
209
209
|
See [`backend/.env.example`](https://github.com/Clawdi-AI/clawdi/blob/main/backend/.env.example) and [`apps/web/.env.example`](https://github.com/Clawdi-AI/clawdi/blob/main/apps/web/.env.example) for the exact environment variables.
|
|
210
210
|
|