example gateway config file
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Jul 2005 21:45:59 +0000 (21:45 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Jul 2005 21:45:59 +0000 (21:45 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@411 9efc2488-bf62-4759-914b-345cdb29e865

src/gateway/gateway.xml.example [new file with mode: 0644]

diff --git a/src/gateway/gateway.xml.example b/src/gateway/gateway.xml.example
new file mode 100644 (file)
index 0000000..dbe9775
--- /dev/null
@@ -0,0 +1,21 @@
+<!-- Bootstrap config file for the C opensrf_stack library -->
+<config>
+       <bootstrap>
+               <settings_config>/path/to/opensrf.xml</settings_config>
+               <debug>INFO</debug>
+               <router_name>router</router_name>
+
+               <domains>
+                       <domain1>host.example.com</domain1>
+               </domains>
+
+               <username>my_jabber_login</username>
+               <passwd>my_jabber_password</passwd>
+               <port>5222</port>
+
+       </bootstrap>
+       <logs>
+               <client>/path/to/log/gateway.log</client>
+       </logs>
+
+</config>