Files
go-sip/deploys/env/agent.env.example
T

19 lines
892 B
Bash

# Production physical-host example. Inject secrets and approved paths out of band.
SIP_GO_AGENT_MODE=real
AGENT_ID=agent-cell-a
AGENT_VERSION=0.1.0-p1.20260919
CELL_ID=cell-a
AGENT_SPOOL=/var/lib/sip-go-agent/agent/spool
AGENT_GRPC_LISTEN=0.0.0.0:19090
MTLS_CA_FILE=/etc/sip-go-agent/pki/ca.pem
MTLS_CERT_FILE=/etc/sip-go-agent/pki/agent.pem
MTLS_KEY_FILE=/etc/sip-go-agent/pki/agent.key
MTLS_SERVER_NAME=agent-cell-a.internal
# Approved Dispatcher management address; upload data goes Agent -> OSS directly.
# DISPATCHER_GRPC_ENDPOINT=<dispatcher-management-address>:19443
# DISPATCHER_GRPC_SERVER_NAME=dispatcher.internal
DISPATCHER_AGENT_ENDPOINTS_FILE=/etc/sip-go-agent/agent-endpoints.json
AGENT_STATIC_ARTIFACT=/etc/sip-go-agent/artifacts/cell-a.json
AGENT_CALL_BUSINESS_LOG=/var/lib/sip-go-agent/agent/call-business.jsonl
# AGENT_CALL_PHONE_LOG_KEY=<injected-secret-at-least-16-bytes>