Set up site-specific settings

This commit is contained in:
str4d
2013-08-31 04:48:31 +00:00
parent 564922e651
commit b6eec49511
2 changed files with 19 additions and 5 deletions

View File

@ -0,0 +1,8 @@
# The domain hosting this site
THIS_DOMAIN = 'i2p.mirror.example.org'
# Flask-Cache settings
CACHE_CONFIG = {
'CACHE_DEFAULT_TIMEOUT': 600,
'CACHE_TYPE': '', # See http://packages.python.org/Flask-Cache/#configuring-flask-cache
}