mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-13 03:56:21 +00:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
config_rs1 = {
|
|
_id : "rs1",
|
|
members : [ { _id:0, host:"localhost:27010", priority:1 }, { _id:1, host:"localhost:27017" } ]
|
|
};
|
|
rs.initiate(config_rs1);
|
|
|