mongod.conf.j2 template doesn't expand values
Closed this issue · 1 comments
nickvargish commented
In the mongod.conf.j2 template, I suggest changing:
port=27017
to
port={{tcp_port}}
dbpath=/var/lib/mongo
to
dbpath={{db_path}}
bind_ip=127.0.0.1
to
bind_ip={{bind_ip}}
Maybe uncomment the commented-out values, since they are set to default by the configurator?