Fix module name and set venv location

This commit is contained in:
Devon Mackay 2018-08-07 15:14:55 -04:00
parent 91857d7779
commit 6e6dddb507

View File

@ -16,7 +16,8 @@ data:
SECRET_KEY=beb178f9e4e83066ec0baa471cea36151f26bd3779902ae2c24eb5bb66e28c15
uwsgi-config: |-
[uwsgi]
module = main
callable = app
module = app
socket = /var/run/uwsgi/uwsgi.socket
plugins = python3
virtualenv = /opt/atat/atst/.venv