]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - development.ini
Merge pull request #25 from antzucaro/models-refactor
[xonotic/xonstat.git] / development.ini
index 0f9af3b7acc6d817dc980ab8b9e0302e52893d3a..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 #####