From 818b580e89c5aa6716f2a10727e0c9cfa616a89a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 9 Mar 2010 21:46:20 +0000 Subject: [PATCH] Added Mumble settings --- settings.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 1c07e09..fe75cc5 100644 --- a/settings.py +++ b/settings.py @@ -2,7 +2,7 @@ import os # Django settings for login project. -DEBUG = False +DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( @@ -77,6 +77,7 @@ INSTALLED_APPS = ( 'django_cron', 'eve_proxy', 'eve_api', + 'mumble', 'reddit', 'sso', ) @@ -108,7 +109,8 @@ JABBER_AUTH_PASSWD = 'pepperllama34' DEFAULT_CONN = 'Meta:tcp -h 127.0.0.1 -p 6502' MUMBLE_DEFAULT_PORT = 64738 -SLICE = '/usr/share/slice/Murmur.ice' +SLICE = 'Murmur.ice' +MUMBLE_SERVER_ID = 1 ### Wiki Service Settings