]> git.evergreen-ils.org Git - OpenSRF.git/blob - examples/srfsh.xml.example
Patch from Scott McKellar to address potential buffer overflow in router query inside...
[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   <domains>
6     <domain>127.0.0.1</domain>
7   </domains>
8   <username>myusername</username>
9   <passwd>mypassword</passwd>
10   <port>5222</port>
11   <logfile>/path/to/log/srfsh.log</logfile>
12   <loglevel>4</loglevel>
13 </srfsh>