added an example srfsh file
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 22 Aug 2005 15:21:15 +0000 (15:21 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 22 Aug 2005 15:21:15 +0000 (15:21 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@494 9efc2488-bf62-4759-914b-345cdb29e865

examples/srfsh.xml.example [new file with mode: 0644]

diff --git a/examples/srfsh.xml.example b/examples/srfsh.xml.example
new file mode 100644 (file)
index 0000000..7056454
--- /dev/null
@@ -0,0 +1,12 @@
+<!-- This file follows the standard C stack bootstrap config file layout -->
+<srfsh>
+       <router_name>router</router_name>
+       <domains>
+               <domain1>127.0.0.1</domain1> 
+       </domains>
+       <username>myusername</username>
+       <passwd>mypassword</passwd>
+       <port>5222</port>
+       <logfile>/path/to/log/srfsh.log</logfile>
+       <loglevel>4</loglevel>
+</srfsh>