mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
boot.sh
This commit is contained in:
4
boot.sh
4
boot.sh
@@ -2,8 +2,8 @@
|
||||
source venv/bin/activate
|
||||
|
||||
TANDOOR_PORT="${TANDOOR_PORT:-8080}"
|
||||
GUNICORN_WORKERS="${GUNICORN_WORKERS:1}"
|
||||
GUNICORN_THREADS="${GUNICORN_THREADS:1}"
|
||||
GUNICORN_WORKERS="${GUNICORN_WORKERS}"
|
||||
GUNICORN_THREADS="${GUNICORN_THREADS}"
|
||||
NGINX_CONF_FILE=/opt/recipes/nginx/conf.d/Recipes.conf
|
||||
|
||||
display_warning() {
|
||||
|
||||
Reference in New Issue
Block a user