Configuration
All IDA services are configured via environment variables.
API Service
Resolver Service
Portal
ADI Blockchain Node
Example .env File
Configuration Precedence
- Environment variables (highest priority)
.envfile in project root- Default values (lowest priority)
Secrets Management
For production deployments, use a secrets manager:
Never commit secrets to version control. Use .env.example as a template.