Create 27 vault slots by default

This commit is contained in:
Trever Fischer
2012-11-17 16:05:42 -05:00
parent 43c249ce9f
commit 0060443619
2 changed files with 25 additions and 12 deletions

View File

@@ -199,6 +199,8 @@ CAMINUS_BEANSTALKD_PORT = 11300
CAMINUS_BOUNTY_PRICE=250
CAMINUS_VAULT_SLOTS = 27
# Load any site-local overrides, such as camin.us' database settings, etc
try:
from local_settings import *