]> git.lizzy.rs Git - cheatdb.git/blob - runprodguni.sh
Fix non-editors seeing create buttons for topics
[cheatdb.git] / runprodguni.sh
1 #!/bin/bash
2
3 gunicorn -w 4 -b 127.0.0.1:5123 -e FLASK_APP=app/__init__.py -e FLASK_CONFIG=../config.prod.cfg -e FLASK_DEBUG=0 app:app