Skip to content
Snippets Groups Projects
Forked from KIF / AKPlanning
107 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
uwsgi.ini 147 B
[uwsgi]
socket = 0.0.0.0:3035
wsgi-file = AKPlanning/wsgi.py
env = DJANGO_SETTINGS_MODULE=AKPlanning.settings_production
processes = 4
threads = 2