mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Added Mumble settings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user