Use ephemeral API key for VPS e2e tests

This commit is contained in:
Agent Zero
2026-03-23 23:54:53 +00:00
parent b001d627e1
commit 1b4fc85ff2
3 changed files with 63 additions and 11 deletions

View File

@@ -28,8 +28,8 @@ OPENBRAIN__QUERY__TEXT_WEIGHT=0.4
# Authentication (optional)
OPENBRAIN__AUTH__ENABLED=false
# Comma-separated list of API keys
# OPENBRAIN__AUTH__API_KEYS=prod_live_key,ci_e2e_key,smoke_test_key
# Comma-separated list of persistent API keys
# OPENBRAIN__AUTH__API_KEYS=prod_live_key,smoke_test_key
# Logging
RUST_LOG=info,openbrain_mcp=debug