]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - development.ini
Add links to view more active stats.
[xonotic/xonstat.git] / development.ini
index 4ba4338e332186a69e0a28f7503cf4b2cc4e2bd4..7f56243a6aa3423369988abd6a14768f113b9653 100755 (executable)
@@ -15,6 +15,13 @@ session.secret = CHANGEMECHANGEMECHANGEME
 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 CONFIG SETTINGS #####
 
 # how many "real" players are required before the data
@@ -25,6 +32,12 @@ xonstat.minimum_required_players = 1
 # e.g. set to 7 and only the current week's data is used
 xonstat.leaderboard_lifetime = 30
 
+# should the server verify requests using the d0_blind_id library?
+# if so, edit the d0_blind_id.py file with the correct location of
+# the crypto-keygen-standalone binary from the xonotic installation
+# Note: the default is true
+xonstat.verify_requests = false
+
 ##### END XONSTAT CONFIG SETTINGS #####
 
 [pipeline:main]