Skip to content

Commit

Permalink
Undo overzealous regex changes from pre release script
Browse files Browse the repository at this point in the history
  • Loading branch information
scullxbones committed Jun 10, 2019
1 parent 2662459 commit fb39014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/akka25.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A mongo uri can be specified. This must meet the requirements of [Mongo's uri f
For example `mongodb://user:secret@localhost:27017/my-akka-persistence`. If the `database name` is unspecified, it will be defaulted to `akka-persistence`.

```
akka.contrib.persistence.mongodb.mongo.mongouri = "mongodb://user:[email protected]:27017,192.168.0.2.2.717/replicated-database"
akka.contrib.persistence.mongodb.mongo.mongouri = "mongodb://user:[email protected]:27017,192.168.0.2:27017/replicated-database"
```

If a user, password, and database are specified, the database will be used both as a credentials source as well as journal and/or snapshot storage.
Expand Down

0 comments on commit fb39014

Please sign in to comment.