Switch to side-by-side view
--- a/start-sandbox.bash +++ b/start-sandbox.bash @@ -21,7 +21,7 @@ # mongod & # already started for us # Start a second instance of mongo for tests mkdir -p /data/db-test -mongod --port 27108 --dbpath /data/db-test & +mongod --port 27018 --dbpath /data/db-test & # Start the forge