summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-12-08 16:46:11 +0000
committerrandomdan <randomdan@localhost>2011-12-08 16:46:11 +0000
commit8023edf6c7eaaa6c11b7f576427550358e735994 (patch)
treea99a0768e4ed47020703ffa204b9b1d5973c92e6
parentGroundwork for common presenter layer (diff)
downloadgentoobrowse-8023edf6c7eaaa6c11b7f576427550358e735994.tar.bz2
gentoobrowse-8023edf6c7eaaa6c11b7f576427550358e735994.tar.xz
gentoobrowse-8023edf6c7eaaa6c11b7f576427550358e735994.zip
Drop Boost::program_options in favour of our own, pluggable system which integrates application platforms properly
-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/