12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
# A long random secret. Use SUBJECT=TOKEN to identify callers in audit logs.
|
|
CODING_AGENT_MCP_API_KEYS=team-agent=replace-with-a-long-random-token
|
|
|
|
# Absolute path of a dedicated, non-sensitive workspace directory.
|
|
CODING_AGENT_ROOT_HOST_PATH=/srv/coding-agent-workspaces
|
|
|
|
# Match the owner of CODING_AGENT_ROOT_HOST_PATH on the host.
|
|
CODING_AGENT_UID=1000
|
|
CODING_AGENT_GID=1000
|
|
|
|
DOMAIN_NAME=mcp.example.com
|