mongodb repl set support
-
can't find in docs
is where support for replication sets for mongodb? -
We merged a PR for this today.
use replicaset if configured by Icehunter · Pull Request #3091 · NodeBB/NodeBB
I use a replicaset. Here's a patch to use as well. config.json: { "url": "http://localhost:4567", "secret": "fae93eb7-f17b-429d-a614-4783d8466517", "database": "mongo", "mongo": { ...
GitHub (github.com)
Specify the host/ports in config.json.
-
perfect, thx
Copyright © 2024 NodeBB | Contributors