summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse/.p2config11
1 files changed, 7 insertions, 4 deletions
diff --git a/gentoobrowse/.p2config b/gentoobrowse/.p2config
index 40c426a..333a0a9 100644
--- a/gentoobrowse/.p2config
+++ b/gentoobrowse/.p2config
@@ -1,5 +1,8 @@
+[cgi]
sessionModule = couchsession
-session.couchdb.baseurl = http://firebrand:5984/p2sessions/
-session.couchdb.baseurl = http://defiant:5984/p2sessions/
-errorcontenttype=text/xml-xslt
-errortransformstyle=xslt/error.xslt
+errorContentType=text/xml-xslt
+errorTransformStyle=xslt/error.xslt
+
+[session.couchdb]
+baseUrl = http://firebrand:5984/p2sessions/
+baseUrl = http://defiant:5984/p2sessions/