Set up site-specific settings
This commit is contained in:
8
i2p2www/settings.py.sample
Normal file
8
i2p2www/settings.py.sample
Normal 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
|
||||
}
|
Reference in New Issue
Block a user