AgentEvalTool/deploy/volcengine-102/.env.example
sinohqb 5b1c88065b feat(deploy): add volcengine-102 production deployment
Multi-stage Dockerfile (Node frontend build + Python runtime),
docker-compose with agenteval (port 8002) and openclaw-eval containers.
2026-07-20 15:33:44 +08:00

15 lines
526 B
Plaintext

# AgentEvalTool production environment — volcengine-102
# Generate secret: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
AGENTEVAL_API_KEY=
AGENTEVAL_SECRET_KEY=
AGENTEVAL_ALLOWED_ORIGINS=["https://agenteval.solahqb22.cn"]
AGENTEVAL_OPENCLAW_UPSTREAM=http://openclaw-eval:18789
AGENTEVAL_OPENCLAW_WS_UPSTREAM=ws://openclaw-eval:18789
AGENTEVAL_OPENCLAW_PROXY_USER=agenteval
AGENTEVAL_OPENCLAW_AUTH_TOKEN=change-me-in-production
AGENTEVAL_WEBHOOK_URL=
AGENTEVAL_WEBHOOK_SECRET=