X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=development.ini;h=7f56243a6aa3423369988abd6a14768f113b9653;hp=1fa50f973424cede40aee835b541ff1758a0e119;hb=1e681bf2d331e375a94dd71a649795e006651af8;hpb=c6f74faa3b08bf074d390c500b7eba8fdf5575db diff --git a/development.ini b/development.ini old mode 100644 new mode 100755 index 1fa50f9..7f56243 --- a/development.ini +++ b/development.ini @@ -6,15 +6,40 @@ debug_notfound = false debug_routematch = false debug_templates = true default_locale_name = en -sqlalchemy.url = postgresql+psycopg2://xonstat:xonstat@localhost:5433/xonstatdb +sqlalchemy.url = postgresql+psycopg2://xonstat:xonstat@localhost:5432/xonstatdb session.type = file session.data_dir = %(here)s/data/sessions/data session.lock_dir = %(here)s/data/sessions/lock session.key = xonstat -session.secret = 433fa4b080c2147c79c0ed1cb54e3ce81371fb34 +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 +# 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 @@ -51,7 +76,7 @@ handlers = qualname = xonstat [logger_sqlalchemy] -level = INFO +level = WARN handlers = qualname = sqlalchemy.engine # "level = INFO" logs SQL queries.