Updated settings file

This commit is contained in:
2010-03-05 15:17:13 +01:00
parent e23c905292
commit 1eeefae146

View File

@@ -2,11 +2,11 @@ import os
# Django settings for login project. # Django settings for login project.
DEBUG = True DEBUG = False
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG
ADMINS = ( ADMINS = (
# ('Your Name', 'your_email@domain.com'), ('Andrew Williams', 'andy@tensixtyone.com'),
) )
MANAGERS = ADMINS MANAGERS = ADMINS
@@ -114,6 +114,10 @@ DEFAULT_CONN = 'Meta:tcp -h 127.0.0.1 -p 6502'
MUMBLE_DEFAULT_PORT = 64738 MUMBLE_DEFAULT_PORT = 64738
SLICE = '/usr/share/slice/Murmur.ice' SLICE = '/usr/share/slice/Murmur.ice'
### Wiki Service Settings
WIKI_DATABASE = 'dreddit_wiki'
FORCE_SCRIPT_NAME="" FORCE_SCRIPT_NAME=""
DEFAULT_FROM_EMAIL = "bot@auth.dredd.it" DEFAULT_FROM_EMAIL = "bot@auth.dredd.it"