X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=development.ini;h=62c9c36fac5507f879d0db47d84cec140f4e5af9;hb=1468588db7163887c25e5f03582de55414847095;hp=4ba4338e332186a69e0a28f7503cf4b2cc4e2bd4;hpb=88cde4e44661e608c17218255caf4bf5637f638b;p=xonotic%2Fxonstat.git diff --git a/development.ini b/development.ini index 4ba4338..62c9c36 100755 --- a/development.ini +++ b/development.ini @@ -12,9 +12,14 @@ session.data_dir = %(here)s/data/sessions/data session.lock_dir = %(here)s/data/sessions/lock session.key = xonstat 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 +30,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] @@ -38,7 +49,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