mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-12 10:35:51 +00:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
|
|
rsconf = {
|
||
|
|
_id: "rs0",
|
||
|
|
members: [{ _id: 0, host: "test_mongo:27017", priority: 1.0 }],
|
||
|
|
};
|
||
|
|
rs.initiate(rsconf);
|
||
|
|
rs.status();
|