Data Discovery is currently in Private Preview and is not available for General Availability (GA). It should not be used in production environments, as features and functionality may change before the final GA release.
Configuring Environment Variables
Setting the environment variables for Docker.
Run the following steps to configure the environment variables.
Navigate to the
docker_composedirectory.Open the
.envfile and set the following variables:
| Variable | Description | Mandatory |
|---|---|---|
| CLASSIFICATION_DOCKER_IMAGE | Repository path where the docker image of Classification service is stored. | Yes |
| PRESIDIO_DOCKER_IMAGE | Repository path where the docker image of Presidio service is stored. | Yes |
| ROBERTA_DOCKER_IMAGE | Repository path where the docker image of Roberta service is stored. | Yes |
| DOCKER_NETWORK_NAME | Name of the Docker network. | No |
| PRESIDIO_LOGGING_CONFIG | Logging level for Presidio. | No |
| ROBERTA_LOGGING_CONFIG | Logging level for Roberta. | No |
| CLASSIFICATION_LOGGING_CONFIG | Logging level for the classification service. | No |
- Save the changes.