]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - development.ini
Update the CSS, make it easier to generate them.
[xonotic/xonstat.git] / development.ini
old mode 100644 (file)
new mode 100755 (executable)
index 9c8cc6c..e7f2533
@@ -11,10 +11,38 @@ session.type = file
 session.data_dir = %(here)s/data/sessions/data
 session.lock_dir = %(here)s/data/sessions/lock
 session.key = xonstat
-session.secret = 433fa4b080c2147c79c0ed1cb54e3ce81371fb33
-jinja2.directories = xonstat:templates
+session.secret = CHANGEMECHANGEMECHANGEME
 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
+
+# Mozilla Persona settings
+persona.secret = This is a secret string. Please change me!
+persona.audiences = http://localhost:6543
+persona.siteName = XonStat
+
+##### XONSTAT CONFIG SETTINGS #####
+
+# how many "real" players are required before the data
+# is stored in the database
+xonstat.minimum_required_players = 1
+
+# how far back to reach for calculating leaderboard rank
+# 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]
 pipeline =
     egg:WebError#evalerror
@@ -26,7 +54,7 @@ use = egg:repoze.tm2#tm
 commit_veto = repoze.tm:default_commit_veto
 
 [server:main]
-use = egg:Paste#http
+use = egg:waitress#main
 host = 0.0.0.0
 port = 6543
 
@@ -51,7 +79,7 @@ handlers =
 qualname = xonstat
 
 [logger_sqlalchemy]
-level = INFO
+level = WARN
 handlers =
 qualname = sqlalchemy.engine
 # "level = INFO" logs SQL queries.