31 lines
952 B
Plaintext
31 lines
952 B
Plaintext
# Shared values used by the root deployment flow in README.md
|
|
|
|
PROJECT_ROOT=/home/ivan/xuan/beaver_project
|
|
BEAVER_NET=beaver-instance-edge
|
|
BEAVER_PROXY_CONTAINER_NAME=beaver-router-proxy
|
|
|
|
BEAVER_DEPLOY_TOKEN=change-me
|
|
BEAVER_AUTHZ_INTERNAL_TOKEN=change-me
|
|
|
|
BEAVER_SERVER_IP=127.0.0.1
|
|
BEAVER_BASE_DOMAIN=localhost
|
|
|
|
BEAVER_PROVIDER=openai
|
|
BEAVER_MODEL=openai/gpt-5
|
|
BEAVER_API_KEY=sk-xxxxxxxx
|
|
BEAVER_API_BASE=
|
|
|
|
# Per-instance Beaver backend config. In Docker app-instance this should point
|
|
# to the mounted single-user sandbox config, not to frontend env.
|
|
BEAVER_HOME=/root/.beaver
|
|
BEAVER_CONFIG_PATH=/root/.beaver/config.json
|
|
BEAVER_WORKSPACE=/root/.beaver/workspace
|
|
|
|
# Must be reachable from app-instance containers.
|
|
BEAVER_AUTHZ_URL=http://beaver-authz-service:19090
|
|
BEAVER_OUTLOOK_MCP_URL=
|
|
BEAVER_OUTLOOK_MCP_SERVER_ID=outlook_mcp
|
|
|
|
# Must be reachable from auth-portal and authz-service containers.
|
|
BEAVER_DEPLOY_URL=http://beaver-deploy-control:8090
|