PHP Classes

File: vendor/mongodb/mongodb/mongo-orchestration/replica_sets/replicaset.json

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/mongo-orchestration/replica_sets/replicaset.json   Download  
File: vendor/mongodb/mongodb/mongo-orchestration/replica_sets/replicaset.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 1,588 bytes
 

Contents

Class file image Download
{ "id": "REPLICASET", "name": "mongod", "members": [ { "procParams": { "dbpath": "/tmp/REPLICASET/3000/", "ipv6": true, "logappend": true, "logpath": "/tmp/REPLICASET/3000/mongod.log", "journal": true, "port": 3000, "bind_ip_all": true }, "rsParams": { "tags": { "ordinal": "one", "dc": "pa" } }, "server_id": "RS-one" }, { "procParams": { "dbpath": "/tmp/REPLICASET/3001/", "ipv6": true, "logappend": true, "logpath": "/tmp/REPLICASET/3001/mongod.log", "journal": true, "port": 3001, "bind_ip_all": true }, "rsParams": { "tags": { "ordinal": "two", "dc": "nyc" } }, "server_id": "RS-two" }, { "procParams": { "dbpath": "/tmp/REPLICASET/3002/", "ipv6": true, "logappend": true, "logpath": "/tmp/REPLICASET/3002/mongod.log", "journal": true, "port": 3002, "bind_ip_all": true }, "rsParams": { "arbiterOnly": true }, "server_id": "RS-arbiter" } ] }