Projects
Extra
mongodb
mongodb.conf
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mongodb.conf of Package mongodb
# mongod.conf # for documentation of all options, see: # http://docs.mongodb.org/manual/reference/configuration-options/ # Where and how to store data. storage: dbPath: /var/lib/mongodb journal: enabled: true # engine: # mmapv1: # wiredTiger: # Where and how to log messages. systemLog: destination: file logAppend: true path: /var/log/mongodb/mongod.log logRotate: reopen # What type of connections to allow. net: port: 27017 bindIp: 127.0.0.1,::1 ipv6: true # How to manage mongod. processManagement: fork: true # Full path to pidfile (if not set, no pidfile is created) pidFilePath: /var/run/mongodb/mongod.pid # Security settings. security: authorization: enabled #operationProfiling: #replication: #sharding: ## Enterprise-Only Options: #auditLog: #snmp:
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.