From 8023edf6c7eaaa6c11b7f576427550358e735994 Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 8 Dec 2011 16:46:11 +0000 Subject: Drop Boost::program_options in favour of our own, pluggable system which integrates application platforms properly --- gentoobrowse/.p2config | 11 +++++++---- 1 file 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/ -- cgit v1.2.3