summaryrefslogtreecommitdiffstats
path: root/israwhidebroken/config/app.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'israwhidebroken/config/app.cfg')
-rw-r--r--israwhidebroken/config/app.cfg35
1 files changed, 6 insertions, 29 deletions
diff --git a/israwhidebroken/config/app.cfg b/israwhidebroken/config/app.cfg
index e980e09..97b8ddf 100644
--- a/israwhidebroken/config/app.cfg
+++ b/israwhidebroken/config/app.cfg
@@ -14,7 +14,7 @@ package = "israwhidebroken"
# which view (template engine) to use if one is not specified in the
# template name
-# tg.defaultview = "kid"
+tg.defaultview = "genshi"
# The following Kid settings determine the settings used by the Kid serializer.
@@ -91,11 +91,11 @@ visit.on=True
# visit.cookie.path="/"
# The name of the VisitManager plugin to use for visitor tracking.
-visit.manager="sqlobject"
+visit.manager="jsonfas2"
-# Database class to use for visit tracking
-visit.soprovider.model = "israwhidebroken.model.Visit"
-identity.soprovider.model.visit = "israwhidebroken.model.VisitIdentity"
+# Allow the cookies to be transported over regular http
+# XXX FIXME CHANGE THIS FOR DEPLOYMENT
+visit.cookie.secure = False
# IDENTITY
# --------
@@ -115,7 +115,7 @@ identity.failure_url="/login"
# an https:// url in the failure_url, this will be respected.
identity.force_external_redirect=False
-# identity.provider='sqlobject'
+identity.provider='jsonfas2'
# The names of the fields on the login form containing the visitor's user ID
# and password. In addition, the submit button is specified simply so its
@@ -130,29 +130,6 @@ identity.force_external_redirect=False
# Valid sources: form, visit, http_auth
# identity.source="form,http_auth,visit"
-# SqlObjectIdentityProvider
-# -------------------------
-# Configuration options for the default IdentityProvider
-
-# The classes you wish to use for your Identity model. Remember to not use reserved
-# SQL keywords for class names (at least unless you specify a different table
-# name using sqlmeta).
-identity.soprovider.model.user="israwhidebroken.model.User"
-identity.soprovider.model.group="israwhidebroken.model.Group"
-identity.soprovider.model.permission="israwhidebroken.model.Permission"
-
-# The password encryption algorithm used when comparing passwords against what's
-# stored in the database. Valid values are 'md5' or 'sha1'. If you do not
-# specify an encryption algorithm, passwords are expected to be clear text.
-# The SqlObjectProvider *will* encrypt passwords supplied as part of your login
-# form. If you set the password through the password property, like:
-# my_user.password = 'secret'
-# the password will be encrypted in the database, provided identity is up and
-# running, or you have loaded the configuration specifying what encryption to
-# use (in situations where identity may not yet be running, like tests).
-
-# identity.soprovider.encryption_algorithm=None
-
# compress the data sends to the web browser
# [/]
# gzip_filter.on = True