码迷,mamicode.com
首页 > 数据库 > 详细

centos7 - mongodb3.6.5-配置文件

时间:2018-12-22 01:29:09      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:security   manage   disable   gem   账号   ble   ati   centos   lin   

创建Linux管理员账号admin, 并加入wheel组,对mongodb, php等进行统一管理~

 

systemLog:
destination: file
logAppend: true
path: /var/log/mongodb/mongod.log

storage:
dbPath: /data/mongo
journal:
enabled: true

processManagement:
fork: true
pidFilePath: /var/run/mongodb/mongod.pid

net:
#bindIp: 0.0.0.0
#bindIpAll: true
bindIp: 127.0.0.1
port: 27017

security:
#authorization: enabled
authorization: disabled
javascriptEnabled: false

centos7 - mongodb3.6.5-配置文件

标签:security   manage   disable   gem   账号   ble   ati   centos   lin   

原文地址:https://www.cnblogs.com/ralphdc/p/10159342.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!