#!/bin/sh

. ../.env

exec mongod $COMMONCOPTS \
	--port 40101 \
	--configsvr

