felicity-lims/backend/felicity_lims/runserver.sh
2022-12-27 23:29:14 +02:00

5 lines
280 B
Bash
Executable file

#! /usr/bin/env bash
# export LOAD_SETUP_DATA=False
# Start the App Server
gunicorn felicity.main:flims --workers 10 --worker-class uvicorn.workers.UvicornH11Worker --bind 0.0.0.0:8000 --name felicity --reload --access-logfile - --error-logfile - --log-level debug --timeout 600