#!/bin/sh

. ../.env

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

