brunneis's picture
Remove env.sh references
2cedb6f unverified
raw
history blame
158 Bytes
#!/bin/bash
cd $(dirname $0)/..
uwsgi \
--master \
--http 0.0.0.0:63958 \
--wsgi-file main.py \
--callable app \
--processes 1 \
--threads $API_THREADS_COUNT