What is wrong on line 6 of this configuration?
vagrant@m103:~/data/db$ mongod --config “/data/db/mongod.config”
Error parsing YAML config file: yaml-cpp: error at line 6, column 8: illegal map value
try ‘mongod --help’ for more information
vagrant@m103:~/data/db$ cat mongod.config
systemLog:
destination: file
path: “/data/db/mongod.log”
logAppend: true
storage:
journal: <<< this is the line 6…
enabled: true
processManagement:
fork: true
net:
bindIp: “192.168.103.100,127.0.0.1”
port: 27000
setParameter:
enableLocalhostAuthBypass: false