Skip to content

Commit de5e9e4

Browse files
committed
doc mongodb url
1 parent cfadf0e commit de5e9e4

8 files changed

+8
-4
lines changed

pages/domain.html

+1-1
Large diffs are not rendered by default.

pages/eventdenormalizer.html

+1-1
Large diffs are not rendered by default.

pages/saga.html

+1-1
Large diffs are not rendered by default.

pages/viewmodel.html

+1-1
Large diffs are not rendered by default.

src/jade/pages/domain.jade

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ html(lang="en")
157157
| // authSource: 'authedicationDatabase', // optional
158158
| // username: 'technicalDbUser', // optional
159159
| // password: 'secret' // optional
160+
| // url: 'mongodb://user:pass@host:port/db?opts // optional
160161
| },
161162
|
162163
| // optional, default is in-memory

src/jade/pages/eventdenormalizer.jade

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ html(lang="en")
8989
| // authSource: 'authedicationDatabase', // optional
9090
| // username: 'technicalDbUser', // optional
9191
| // password: 'secret' // optional
92+
| // url: 'mongodb://user:pass@host:port/db?opts // optional
9293
| },
9394
|
9495
| // optional, default is in-memory

src/jade/pages/saga.jade

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ html(lang="en")
8585
| // authSource: 'authedicationDatabase', // optional
8686
| // username: 'technicalDbUser', // optional
8787
| // password: 'secret' // optional
88+
| // url: 'mongodb://user:pass@host:port/db?opts // optional
8889
| },
8990
| // or redis:
9091
| sagaStore: {

src/jade/pages/viewmodel.jade

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ html(lang="en")
8787
| authSource: 'db', // optional
8888
| username: 'user', // optional
8989
| password: 'pwd' // optional
90+
| // url: 'mongodb://user:pass@host:port/db?opts // optional
9091
| },
9192
| function(err, repository) {
9293
| if(err) {

0 commit comments

Comments
 (0)