#!/bin/sh -x
MT=${MT:-vaj}
WEBAPI_DBIC_DEBUG=1 WEBAPI_DBIC_HTTP_AUTH_TYPE=disabled perl -Ilib plackonce -t $MT -a $MT webapi-dbic-demo.psgi "$@"
