diff --git a/README.md b/README.md index d04ef24b..1b8cc9f2 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ export PORT=3000 # Encryption key for per-org signing keys (see "Keys & Secrets" below) export TRACEVAULT_ENCRYPTION_KEY= +export CORS_ORIGIN=http://localhost:5173 + cargo run -p tracevault-server ```