Is there a way to disable the Reactive Mongo plugin on the command line in Play 2.3.x? Something like play.evolutions.enabled=false
.
My use case is that I have certain servers that talk to Mongo only & some that talk to another DB only. I want the Mongo servers to be the only ones that connect to Mongo. I don't want to split the code base since it's logically one product.
I'm using
"org.reactivemongo" %% "play2-reactivemongo" % "0.11.1.play23"