From 49b7712bb676ef3c960fb0876c0a92fd661f8920 Mon Sep 17 00:00:00 2001 From: pdolega Date: Mon, 18 May 2026 19:02:37 +0200 Subject: [PATCH] Added missing env var to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```