From 53d1e672f1ffcdd1cc39e42c8687b4336fc332c6 Mon Sep 17 00:00:00 2001 From: Tulsi Chandwani Date: Mon, 14 Oct 2024 16:32:50 -0500 Subject: [PATCH] Move the config to worker section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a521e4b..273a69d4 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,6 @@ The custom configuration options for the REST API are listed below: * `SQLALCHEMY_DATABASE_URI` - the database URI of the database the REST API connects to. See the [Flask-SQLAlchemy configuration](https://flask-sqlalchemy.palletsprojects.com/en/2.x/config/#configuration-keys) documentation. -* `IIB_RELATED_IMAGE_REGISTRY_REPLACEMENT` - the mapping `dict(: dict(: ))` to specify if the registry of the related image needs to be changed to inspect the related images. The mapping denotes the username and the registries that need to be replaced to inspect the related images. The custom configuration options for AMQP 1.0 messaging are listed below: @@ -412,6 +411,7 @@ The custom configuration options for the Celery workers are listed below: } ``` +* `iib_related_image_registry_replacement` - the mapping `dict(: dict(: ))` to specify if the registry of the related image needs to be changed to inspect the related images. The mapping denotes the username and the registries that need to be replaced to inspect the related images. * `iib_request_related_bundles_dir` - the directory to write the request specific related bundles file. If `None`, per request related bundles files are not created. This defaults to `None`. * `iib_request_logs_dir` - the directory to write the request specific log files. If `None`, per