mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Imported a cut down mumble app
This commit is contained in:
@@ -88,6 +88,7 @@ INSTALLED_APPS = (
|
||||
'registration',
|
||||
'eve_proxy',
|
||||
'eve_api',
|
||||
'mumble',
|
||||
'sso',
|
||||
)
|
||||
|
||||
@@ -109,3 +110,9 @@ JABBER_GROUP = 'dreddit'
|
||||
|
||||
# Use sudo?
|
||||
JABBER_SUDO = True
|
||||
|
||||
### Mumble Service Settings
|
||||
|
||||
DEFAULT_CONN = 'Meta:tcp -h 127.0.0.1 -p 6502'
|
||||
MUMBLE_DEFAULT_PORT = 64738
|
||||
SLICE = '/usr/share/slice/Murmur.ice'
|
||||
|
||||
Reference in New Issue
Block a user