RED-8702: Explore document databases to store entityLog
* typo
This commit is contained in:
parent
1333eb40bc
commit
ec33d24413
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user