mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Various work on services api and models
This commit is contained in:
11
settings.py
11
settings.py
@@ -84,3 +84,14 @@ INSTALLED_APPS = (
|
||||
)
|
||||
|
||||
AUTH_PROFILE_MODULE = 'sso.UserProfile'
|
||||
|
||||
### Jabber Service Settings
|
||||
|
||||
# Vhost to add users to
|
||||
JABBER_SERVER = 'dredd.it'
|
||||
|
||||
# Group to add authed people to
|
||||
JABBER_GROUP = 'dreddit'
|
||||
|
||||
# Use sudo?
|
||||
JABBER_SUDO = True
|
||||
|
||||
Reference in New Issue
Block a user