Skip to main content
The Limina container supports a number of environment variables. The environment variables can be set in the Docker run command as follows:
Docker Command

Supported Environment Variables

To change the port used by the container, please set the host port as per the command below:
Docker Command
To use PAI_ENABLED_ENTITIES to redact only for NAME and ORGANIZATION, the command will look like:
Docker Command
To use PAI_DISABLED_ENTITIES to redact all except ORGANIZATION, the command will look like:
Docker Command
Note: If setting entities both in ENABLE and DISABLE, only ENABLE takes effect. If an entity is duplicated both in ENABLE and DISABLE and ENABLE has no other entity set, the request will fail as 400 Bad Request.