Licensing
Releval includes an embedded Individual license by default. To use a different license tier, provide a license file:
| Variable | Description |
|---|---|
License__Path | Path to license file |
Example
- Environment Variable
- appsettings.json
environment:
- License__Path=/app/license/releval.jwt
{
"License": {
"Path": "/app/license/releval.jwt"
}
}
The license controls resource limits such as the maximum number of members, endpoints, query sets, evaluations, and more. See Administration for details on resource limits.
If no license file is configured — or the configured license is missing, invalid, or expired — Releval runs at the most-restrictive Individual tier (fail-closed) rather than refusing to start.