Renamed to 'AKIndices'

This commit is contained in:
Matthew Dillon (diogenes) 2013-09-16 20:12:49 -08:00
parent 70b64f67a1
commit b2f6707d36
30 changed files with 54 additions and 16620 deletions

View file

@ -5,14 +5,13 @@ import datetime
PERMANENT_SESSION_LIFETIME = datetime.timedelta(minutes=30)
CSRF_ENABLED = True
SECRET_KEY = 'A super secret key'
DEBUG = True
DEBUG = False
# Custom
ENGINE = 'postgres://user:pass@localhost/snapindices'
ENGINE = 'postgres://user:pass@localhost/akindices'
SNAPDATA = '/path/to/raw/data'
COMMUNITIES = '/path/to/list/of/communities'
LOG = 'snapindices.log'
LOG = 'akindices.log'
MAXLOG = 1000000
BACKUPCOUNT = 10
TITLE = 'SNAPIndices'
TITLE = 'AKIndices'