]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - production.ini
Add links to view more active stats.
[xonotic/xonstat.git] / production.ini
index 95b9bf66160ea5db75f6239ec3065a1f5e646cc3..e36da4b0be8980a2ed9d66f7664d566b68706798 100644 (file)
@@ -7,6 +7,18 @@ debug_routematch = false
 debug_templates = false
 default_locale_name = en
 sqlalchemy.url = sqlite:///%(here)s/XonStat.db
+jinja2.directories = xonstat:templates
+mako.directories = xonstat:templates
+
+# Beaker cache settings
+# Default is to use one region with hourly cache invalidation
+cache.regions = hourly_term
+cache.type = memory
+cache.hourly_term.expire = 3600
+
+xonstat.minimum_required_players = 2
+xonstat.leaderboard_lifetime = 7
+xonstat.verify_requests = true
 
 [filter:weberror]
 use = egg:WebError#error_catcher