Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
381 B

<!--
XML snippet to be used with uWSGI.
Rename or copy mumble-django.wsgi to mumble-django_wsgi.py to allow it
to be imported properly, and be sure to set the <pythonpath /> variable
to the directory where Mumble-Django is installed.
-->
<uwsgi>
<socket>127.0.0.1:3031</socket>
<pythonpath>/srv/mumble-django</pythonpath>
<module>mumble-django_wsgi</module>
</uwsgi>