Skip to content

Commit

Permalink
Removed "applicationName" setting on mongo client (rely instead on "a…
Browse files Browse the repository at this point in the history
  • Loading branch information
François Guérout committed Dec 22, 2020
1 parent f06317c commit 093d027
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class ScalaMongoDriver(system: ActorSystem, config: Config) extends MongoPersist
val mongoClientSettings: MongoClientSettings =
scalaDriverSettings
.configure(mongoUri)
.applicationName("akka-persistence-mongodb")
.build()

lazy val client: MongoClient = MongoClient(mongoClientSettings)
Expand Down

0 comments on commit 093d027

Please sign in to comment.