Multi-stage Dockerfile (Node frontend build + Python runtime), docker-compose with agenteval (port 8002) and openclaw-eval containers.
15 lines
526 B
Plaintext
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=
|