Skip to content

Commit

Permalink
Move the config to worker section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsi Chandwani authored and chandwanitulsi committed Oct 24, 2024
1 parent 36ac719 commit 53d1e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(<str>: dict(<str>: <str>))` 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:

Expand Down Expand Up @@ -412,6 +411,7 @@ The custom configuration options for the Celery workers are listed below:
}
```

* `iib_related_image_registry_replacement` - the mapping `dict(<str>: dict(<str>: <str>))` 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
Expand Down

0 comments on commit 53d1e67

Please sign in to comment.