zoukankan      html  css  js  c++  java
  • centos7

    创建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

  • 相关阅读:
    Swift
    Swift
    书籍
    Swift
    Swift
    iOS系统架构
    Reveal真机(越狱)查看任意APP
    Swift
    Swift
    Swift
  • 原文地址:https://www.cnblogs.com/ralphdc/p/10159342.html
Copyright © 2011-2022 走看看