diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-12-18 15:16:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-12-18 15:16:26 +0000 |
commit | 597d4ef72e5388092cc80ae662af6711f735369f (patch) | |
tree | 4ad76262d8ff886c96fe7fe5cbcbfa830f9004d4 /docker-compose/README.md | |
parent | 66d033e5bb4317d02d343fc3a5f50dde2d4097d6 (diff) | |
parent | db6b8f845ac72da59c12831ae8c7efa180f9ace2 (diff) |
Merge "Remove Notification code for updated events"
Diffstat (limited to 'docker-compose/README.md')
-rw-r--r-- | docker-compose/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker-compose/README.md b/docker-compose/README.md index 8cc6e57d59..de1fbe296c 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -57,9 +57,7 @@ It starts both Postgres database and CPS services. 2. To send data-updated events to kafka, * uncomment the `zookeeper` and `kafka` services. * uncomment environment variables - * `notification.data-updated.enabled: 'true'` * `KAFKA_BOOTSTRAP_SERVER: kafka:9092` - * `NOTIFICATION_DATASPACE_FILTER_PATTERNS: '.*'` 2. Execute following command from `docker-compose` folder: Use one of the below version type that has been generated in the local system's docker image list after the build. |