您好,登錄后才能下訂單哦!
# mongod.conf
# 追加模式寫入log
logpath=/var/log/mongodb/mongod.log
logappend=true
# 后臺運行
fork=true
# 服務端口號
port=27013
# 數據庫文件存放目錄
dbpath=/var/lib/mongo
directoryperdb=true
# 進程id文件的存放路徑
pidfilepath=/var/run/mongodb/mongod.pid
# 監聽IP地址
bind_ip=0.0.0.0
# Disables write-ahead journaling
# nojournal=true
# 啟用定時記錄CPU的利用率和I/O等待
#cpu=true
# Turn on/off security. Off is currently the default
#noauth=true
#auth=true
# 詳細記錄輸出
#verbose=true
# 用于開發驅動程序時的檢查客戶端接收數據的有效性
#objcheck=true
# 啟用數據庫配額管理,默認每個db可以有8個文件,可以用quotaFiles參數設置
#quota=true
# 設置oplog記錄等級
# 0=off (default)
# 1=W
# 2=R
# 3=both
# 7=W+some reads
#diaglog=0
# 忽略查詢提示
#nohints=true
# Enable the HTTP interface (Defaults to port 28017).
#httpinterface=true
# 關閉服務器端腳本,這將極大的限制功能
#noscripting=true
# 關閉掃描表,任何查詢將會是掃描失敗
#notablescan=true
# 關閉數據文件預分配
#noprealloc=true
# 為新數據庫指定.ns文件的大小,單位:MB
# nssize=<size>
# Replication Options
# in replicated mongo databases, specify the replica set name here
#replSet=setname
# maximum size in megabytes for replication operation log
#oplogSize=1024
# path to a key file storing authentication info for connections
# between replica set members
#keyFile=/path/to/keyfile
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。