diff --git a/topics/mongo.adoc b/topics/mongo.adoc index 45ee7cfe60..60f61726c4 100644 --- a/topics/mongo.adoc +++ b/topics/mongo.adoc @@ -116,26 +116,6 @@ Therefore, a configuration like the following ---- will authenticate the user against the authentication database, but store all {{book.project.name}} related data in the keycloak database. -Finally, there's some ongoing incomplete refactoring work that needs to be disabled as there isn't a Mongo implementation for it. Replace the following XML - -[source,xml] ----- - - jpa - ----- - -with - -[source,xml] ----- - - - ----- - - - === MongoDB Replica Sets In order to use a mongo replica set for {{book.project.name}}, one has to use URI based configuration, which supports the definition of replica sets out of the box: `mongodb://host1:27017,host2:27017,host3:27017/`.