]> git.evergreen-ils.org Git - OpenSRF.git/blob - examples/srfsh.xml.example
implemented onerror, onmethoderror and ontransporterror. moved the callbacks into...
[OpenSRF.git] / examples / srfsh.xml.example
1 <?xml version="1.0"?>
2 <!-- This file follows the standard bootstrap config file layout found in opensrf_core.xml -->
3 <srfsh>
4   <router_name>router</router_name>
5   <domain>localhost</domain>
6   <username>myusername</username>
7   <passwd>mypassword</passwd>
8   <port>5222</port>
9   <logfile>/path/to/log/srfsh.log</logfile>
10   <loglevel>4</loglevel>
11 </srfsh>