#!/bin/sh

. ../.env

exec mongos $COMMONSOPTS \
	--port 40201 \
	$MONGOS1OPTS 
