Mercurial > public > sg101
diff gpp/settings/base.py @ 544:c092efc9ce71
Initial version of the phantombrigade application.
It has one view to query the TS3 server and output a JSON representation
of the status.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 12 Jan 2012 21:42:01 -0600 |
parents | 51fa1e0ca218 |
children | c4696a0cbd3f |
line wrap: on
line diff
--- a/gpp/settings/base.py Thu Jan 12 20:15:28 2012 -0600 +++ b/gpp/settings/base.py Thu Jan 12 21:42:01 2012 -0600 @@ -138,6 +138,7 @@ 'messages', 'news', 'oembed', + 'phantombrigade', 'podcast', 'polls', 'potd', @@ -276,6 +277,11 @@ GOOGLE_OAUTH_CONSUMER_KEY = 'surfguitar101.com' GOOGLE_OAUTH_PRIVATE_KEY_PATH = SECRETS['GOOGLE_KEY_PATH'] +# Phantom Brigade TeamSpeak3 settings +PB_TS3_IP = '206.123.95.194' +PB_TS3_PORT = 10011 +PB_TS3_VID = 6113 + ####################################################################### # Asynchronous settings (queues, queued_search, redis, celery, etc) #######################################################################