diff options
author | randomdan <randomdan@localhost> | 2011-12-08 16:46:11 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-12-08 16:46:11 +0000 |
commit | 8023edf6c7eaaa6c11b7f576427550358e735994 (patch) | |
tree | a99a0768e4ed47020703ffa204b9b1d5973c92e6 | |
parent | Groundwork for common presenter layer (diff) | |
download | gentoobrowse-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/.p2config | 11 |
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/ |