RED-8702: Explore document databases to store entityLog

* typo
This commit is contained in:
maverickstuder 2024-03-28 14:58:21 +01:00
parent c2c53f8998
commit fdfc56f9e6

View File

@ -48,12 +48,11 @@ spring:
timeout: 60000 timeout: 60000
mongodb: mongodb:
auto-index-creation: true auto-index-creation: true
# todo: multi-tenancy
database: redaction database: redaction
host: ${MONGODB_HOST:localhost} host: ${MONGODB_HOST:localhost}
port: 27017 port: 27017
username: ${MONGODB_USER} username: ${MONGODB_USER}
password: ${MONGODB_PASSWORD}spring: password: ${MONGODB_PASSWORD}
autoconfigure: autoconfigure:
exclude: org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration, exclude: org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration,
org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration, org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration,