@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/agent-environment-variables-and-runtime-configuration>
  a schema:TechArticle ;
  schema:headline "Agent Environment Variables and Runtime Configuration" ;
  schema:url <https://anchorfact.org/ai/agent-environment-variables-and-runtime-configuration/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/agent-environment-variables-and-runtime-configuration>
  schema:citation <https://12factor.net/config> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-environment-variables-and-runtime-configuration>
  schema:citation <https://kubernetes.io/docs/concepts/configuration/configmap/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-environment-variables-and-runtime-configuration>
  schema:citation <https://docs.docker.com/engine/containers/run/> ;
  af:sourceTier "B" .