diff --git a/run/gunicorn/devtest.py b/run/gunicorn/devtest.py new file mode 100644 index 0000000..844e163 --- /dev/null +++ b/run/gunicorn/devtest.py @@ -0,0 +1,3 @@ +from fsd_utils.gunicorn.config.devtest import * # noqa + +# bind = "127.0.0.1:5000" diff --git a/run/gunicorn/local.py b/run/gunicorn/local.py new file mode 100644 index 0000000..714879d --- /dev/null +++ b/run/gunicorn/local.py @@ -0,0 +1,3 @@ +from fsd_utils.gunicorn.config.local import * # noqa + +# bind = "127.0.0.1:5000"