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

<https://anchorfact.org/kb/computer-science/configuration-and-environment-variable-discovery>
  a schema:TechArticle ;
  schema:headline "Configuration and Environment Variable Discovery" ;
  schema:url <https://anchorfact.org/computer-science/configuration-and-environment-variable-discovery/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/configuration-and-environment-variable-discovery>
  schema:citation <https://kubernetes.io/docs/concepts/configuration/configmap/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/configuration-and-environment-variable-discovery>
  schema:citation <https://docs.docker.com/compose/how-tos/environment-variables/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/configuration-and-environment-variable-discovery>
  schema:citation <https://nodejs.org/api/environment_variables.html> ;
  af:sourceTier "B" .