mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
try {
|
|
rs.status();
|
|
} catch (e) {
|
|
rs.initiate({ _id: "rs0", members: [{ _id: 0, host: "localhost:27017" }] });
|
|
}
|