]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - development.ini
Fixed wrong filename in setup.py
[xonotic/xonstat.git] / development.ini
old mode 100644 (file)
new mode 100755 (executable)
index 9c8cc6c..c3d1cf8
@@ -6,15 +6,27 @@ debug_notfound = false
 debug_routematch = false
 debug_templates = true
 default_locale_name = en
-sqlalchemy.url = postgresql+psycopg2://xonstat:xonstat@localhost:5432/xonstatdb
+sqlalchemy.url = postgresql+psycopg2://xonstat:xonstat@localhost:5433/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 = 433fa4b080c2147c79c0ed1cb54e3ce81371fb33
+session.secret = CHANGEMECHANGEMECHANGEME
 jinja2.directories = xonstat:templates
 mako.directories = xonstat:templates
 
+##### 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
+
+##### END XONSTAT CONFIG SETTINGS #####
+
 [pipeline:main]
 pipeline =
     egg:WebError#evalerror
@@ -51,7 +63,7 @@ handlers =
 qualname = xonstat
 
 [logger_sqlalchemy]
-level = INFO
+level = WARN
 handlers =
 qualname = sqlalchemy.engine
 # "level = INFO" logs SQL queries.