#!/bin/sh
gunicorn -c gunicorn_config_test.py  ${project_name}_flask:app
