Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
54
config/db/mongo/mongo.conf.shard.c1.ssl
Normal file
54
config/db/mongo/mongo.conf.shard.c1.ssl
Normal file
@@ -0,0 +1,54 @@
|
||||
# mongod.conf
|
||||
|
||||
# for documentation of all options, see:
|
||||
# http://docs.mongodb.org/manual/reference/configuration-options/
|
||||
|
||||
# Where and how to store data.
|
||||
storage:
|
||||
dbPath: /home/data/mongo-shard-c1
|
||||
journal:
|
||||
enabled: true
|
||||
# engine:
|
||||
# mmapv1:
|
||||
# wiredTiger:
|
||||
|
||||
# where to write logging data.
|
||||
systemLog:
|
||||
destination: file
|
||||
logAppend: true
|
||||
path: /var/log/mongodb/mongoc1.log
|
||||
|
||||
# network interfaces
|
||||
net:
|
||||
port: 27027
|
||||
bindIp: 0.0.0.0
|
||||
ssl:
|
||||
mode: requireSSL
|
||||
PEMKeyFile: /etc/ssl/gordito-server.chain.cert.pem
|
||||
CAFile: /etc/ssl/ca-chain.cert.pem
|
||||
clusterFile: /etc/ssl/gordito-client.chain.cert.pem
|
||||
allowConnectionsWithoutCertificates: false
|
||||
allowInvalidCertificates: false
|
||||
|
||||
#processManagement:
|
||||
# fork: true
|
||||
|
||||
security:
|
||||
authorization: disabled
|
||||
clusterAuthMode: x509
|
||||
|
||||
#operationProfiling:
|
||||
|
||||
replication:
|
||||
replSetName: namasteConfig
|
||||
|
||||
sharding:
|
||||
clusterRole: "configsvr"
|
||||
|
||||
## Enterprise-Only Options:
|
||||
|
||||
#auditLog:
|
||||
|
||||
#snmp:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user