[Mpuls-commits] r5315 - base/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 9 19:58:38 CEST 2011


Author: bh
Date: 2011-09-09 19:58:37 +0200 (Fri, 09 Sep 2011)
New Revision: 5315

Modified:
   base/trunk/development.ini
Log:
Add commented out meta-server settings to developement.ini for
documentation purposes and to have a template for applications where the
meta server has to be configured.


Modified: base/trunk/development.ini
===================================================================
--- base/trunk/development.ini	2011-09-09 17:57:09 UTC (rev 5314)
+++ base/trunk/development.ini	2011-09-09 17:58:37 UTC (rev 5315)
@@ -55,6 +55,27 @@
 # db_user:     first %s -> database name, second %s -> user
 mpuls.db.user     = ka_%s_%s
 
+#
+# Meta Server Parameters
+# Only need to be set if meta server is to be used
+#
+# host/port
+#mpuls.meta.host = localhost
+#mpuls.meta.port = 6000
+
+# meta server SSL options
+# for testing or development, mpuls.meta.ssl.enabled may be set to false
+# in which case the other ssl parameters are optional.
+#mpuls.meta.ssl.enabled = true
+#mpuls.meta.ssl.client_cert = %(here)s/ssl/client-cert.pem
+#mpuls.meta.ssl.client_key = %(here)s/ssl/client.key
+#mpuls.meta.ssl.cacerts = %(here)s/ssl/cacerts.pem
+
+# filename of the XSLT script that converts the XML representation of
+# the project's data to the XML representation sent to the meta server.
+#mpuls.meta.converter = %(mpuls.app.path.public)s/formed/convert-meta.xsl
+
+
 [server:main]
 use = egg:Paste#http
 host = 127.0.0.1 



More information about the Mpuls-commits mailing list