apuliasoft/github-issue-labeler-integration-server

View on GitHub
ansible/templates/api.ini.j2

Summary

Maintainability
Test Coverage
[uwsgi]
mount = /api=wsgi.py
manage-script-name = true
callable = api

master = true
processes = 5

socket = {{ sock_dir }}/app_uwsgi.sock
chmod-socket = 660
vacuum = true

die-on-term = true

logto = {{ log_dir }}/%n.log