Renamed config
This commit is contained in:
parent
c537cc0ec6
commit
7db313fcb9
1 changed files with 0 additions and 0 deletions
16
config.py.default
Normal file
16
config.py.default
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import datetime
|
||||
|
||||
PERMANENT_SESSION_LIFETIME = datetime.timedelta(minutes=30)
|
||||
CSRF_ENABLED = True
|
||||
SECRET_KEY = 'A super secret key'
|
||||
DEBUG = True
|
||||
|
||||
# Custom
|
||||
ENGINE = 'postgres://user:pass@localhost/snapindices'
|
||||
SNAPDATA = '/path/to/raw/data'
|
||||
COMMUNITIES = '/path/to/list/of/communities'
|
||||
LOG = 'snapindices.log'
|
||||
MAXLOG = 1000000
|
||||
BACKUPCOUNT = 10
|
Loading…
Add table
Add a link
Reference in a new issue