Differences
This shows you the differences between two versions of the page.
documentation:2.1:mongodbconfbackend [2019/01/15 15:55] 127.0.0.1 external edit |
documentation:2.1:mongodbconfbackend [2019/09/23 15:45] (current) maxbes [Configuration] |
||
---|---|---|---|
Line 17: | Line 17: | ||
dbName = llConfDB | dbName = llConfDB | ||
collectionName = configuration | collectionName = configuration | ||
+ | ; using a single server | ||
host = 127.0.0.1:27017 | host = 127.0.0.1:27017 | ||
+ | ; using a replicaSet | ||
+ | ; host = mongodb://mongo1.example.com,mongo2.example.com/?replicaSet=myset | ||
ssl = 1 | ssl = 1 | ||
; authentication parameters | ; authentication parameters |