]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - development.ini
Reduce the number of fast caps shown on the map_info page.
[xonotic/xonstat.git] / development.ini
index 7f56243a6aa3423369988abd6a14768f113b9653..e7f25339f60b1b7b51872be3ff4efa878207ad9e 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,6 +20,10 @@ 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 #####
 
@@ -51,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