Configuration Reference
Enterprise Veriproof deployments have three configuration surfaces:
| Surface | File / Location | Purpose |
|---|---|---|
| SDK options | Application code / DI container | Controls how the SDK behaves at ingest time |
| Function App settings | Azure App Settings / environment vars | Controls the Customer Portal API and Ingest API |
| Deployment context | deployment-config.json (signed static file) | Tells the portal frontend which mode and setup state it is in |
Consult the sub-pages for full reference:
- SDK Configuration —
VeriproofRestOptions,DeploymentModeenum, all SDK settings - Environment Variables — complete Function App settings reference for both the Customer Portal API and the Ingest API
- Deployment Context — how to generate, sign, and deploy the
deployment-config.jsonfile
Last updated on