This microservice provides CRUD operations for all Configuration objects. Config object examples: ProjectConfig
.
To use this image, pull this image from the Github Container Registry.
docker pull ghcr.io/codrjs/codr-core-config:latest
Custom built consumer and producer classes can be imported from @codrjs/kafka
.
-
codr.event.core.config
- used for audit and notification purposes.
- None
# Clone the repo
git clone [email protected]:CodrJS/codr-core-config.git
# Install yarn if you don't have it already
npm install -g yarn
# Install dependencies and build the code
yarn install
yarn build
# Building the docker image
yarn build:docker