You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
I use Zenbot dockerized in Kubernetes. Have installed via Helm Mongo-replicaset support. I have it running, but had to change the boot.js file to: var u = 'mongodb://' + c.mongo.host + ':' + c.mongo.port + '/' + c.mongo.db + '?replicaSet=rs0'
If possible it wouldbe great to have an option in the conf.js file to have a replicaset configurable
The text was updated successfully, but these errors were encountered:
I use Zenbot dockerized in Kubernetes. Have installed via Helm Mongo-replicaset support. I have it running, but had to change the boot.js file to:
var u = 'mongodb://' + c.mongo.host + ':' + c.mongo.port + '/' + c.mongo.db + '?replicaSet=rs0'
If possible it wouldbe great to have an option in the conf.js file to have a replicaset configurable
The text was updated successfully, but these errors were encountered: