-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo overzealous regex changes from pre release script
- Loading branch information
1 parent
2662459
commit fb39014
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|