]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - development.ini
Use the new data structures in the submission handler.
[xonotic/xonstat.git] / development.ini
index 7f56243a6aa3423369988abd6a14768f113b9653..62c9c36fac5507f879d0db47d84cec140f4e5af9 100755 (executable)
@@ -12,7 +12,6 @@ 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
@@ -21,7 +20,6 @@ cache.regions = hourly_term
 cache.type = memory
 cache.hourly_term.expire = 3600
 
-
 ##### XONSTAT CONFIG SETTINGS #####
 
 # how many "real" players are required before the data
@@ -51,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