From 16211fe982791f892d6e02cc02ec71227d31a6bd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 11 May 2010 14:34:26 +0100 Subject: [PATCH] Cleaned old out of model settings --- settings.py | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/settings.py b/settings.py index 9263dfd..041d462 100644 --- a/settings.py +++ b/settings.py @@ -115,37 +115,11 @@ REDDIT_USER = 'DredditVerification' # Password for validatio account REDDIT_PASSWD = '' -### Jabber Service Settings - -# Vhost to add users to -JABBER_SERVER = 'dredd.it' - -# XMLRPC url for ejabberd_xmlrpc -JABBER_XMLRPC_URL = 'http://127.0.0.1:4560' - ### Mumble Service Settings DEFAULT_CONN = 'Meta:tcp -h 127.0.0.1 -p 6502' MUMBLE_DEFAULT_PORT = 64740 SLICE = 'Murmur.ice' -MUMBLE_SERVER_ID = 2 - -### Wiki Service Settings - -# Mediawiki database name -WIKI_DATABASE = 'dreddit_wiki' - -### Mining Buddy Settings - -# Mining Buddy database name -MINING_DATABASE = 'dreddit_mining' - -# Mining buddy secret key (in the config) -MINING_SALT = 's98ss7fsc7fd2rf62ctcrlwztstnzve9toezexcsdhfgviuinusxcdtsvbrg' - -### QMS Service Settings - -QMS_DATABASE = 'dreddit_qms' ### HR Settings