felicity-lims/backend/felicity_lims/runserver.sh
Aurthur Musendame eea354dbc4 great
2022-12-25 07:13:53 +02:00

5 lines
266 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