From ec33d24413180b69a9ca7074e864090b22fcec2a Mon Sep 17 00:00:00 2001 From: maverickstuder Date: Thu, 28 Mar 2024 14:58:21 +0100 Subject: [PATCH] RED-8702: Explore document databases to store entityLog * typo --- .../src/main/resources/application.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/redaction-service-v1/redaction-service-server-v1/src/main/resources/application.yml b/redaction-service-v1/redaction-service-server-v1/src/main/resources/application.yml index 48b40ca7..19325d29 100644 --- a/redaction-service-v1/redaction-service-server-v1/src/main/resources/application.yml +++ b/redaction-service-v1/redaction-service-server-v1/src/main/resources/application.yml @@ -48,12 +48,11 @@ spring: timeout: 60000 mongodb: auto-index-creation: true - # todo: multi-tenancy database: redaction host: ${MONGODB_HOST:localhost} port: 27017 username: ${MONGODB_USER} - password: ${MONGODB_PASSWORD}spring: + password: ${MONGODB_PASSWORD} autoconfigure: exclude: org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration, org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration,