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
##### XONSTAT CONFIG SETTINGS #####
# mako for templating
config.include('pyramid_mako')
+ # Mozilla Persona as the login verifier. It defines default
+ # authentication and authorization policies.
+ config.include('pyramid_persona')
+
# for json-encoded responses
config.add_renderer('jsonp', JSONP(param_name='callback'))