Renamed to 'AKIndices'
This commit is contained in:
parent
70b64f67a1
commit
b2f6707d36
30 changed files with 54 additions and 16620 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue