I've got a problem with mongodb. After upgrade from 2.6 I had to change config file - here's the new one:
storage:
dbPath: "/var/lib/mongodb"
engine: wiredTiger
systemLog:
destination: file
path: "/var/log/mongodb/mongod.log"
logAppend: true
net:
bindIp: 127.0.0.1,192.168.14.81
port: 27017
# Enable the HTTP interface (Defaults to port 28017).
http:
enabled: false
But startup script crashes - here's the output:
Error parsing YAML config file: yaml-cpp: error at line 5, column 5: end of map not found
try '/usr/bin/mongod --help' for more information
I'm using only white symbols (spaces - not tabs). Can anyone explain to me what's wrong with that conf?