Managing environment variables and secrets in RunAgent
.env
file in your project root:
${VAR_NAME}
syntax for runtime substitution:
Variable | Description | Default |
---|---|---|
RUNAGENT_LOG_LEVEL | Logging level | INFO |
RUNAGENT_TIMEOUT | Request timeout | 30 |
RUNAGENT_MAX_RETRIES | Retry attempts | 3 |
.env
file (local development)