#!/bin/sh

. ../.env

exec mongos $COMMONSOPTS \
	--port 40202 \
	$MONGOS2OPTS 
