sid.ovh/modules/nixos/overleaf-oci/mongodb-init-replica-set.js
sid f64ee1322f
All checks were successful
Flake check / flake-check (pull_request) Successful in 18s
overleaf: init
2026-05-17 17:55:00 +02:00

3 lines
108 B
JavaScript

/* eslint-disable no-undef */
rs.initiate({ _id: 'overleaf', members: [{ _id: 0, host: 'mongo:27017' }] })