]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/gateway/gateway.xml.example
dbe9775b4da16423a1c54139c2b9b5f140d1bcd2
[OpenSRF.git] / src / gateway / gateway.xml.example
1 <!-- Bootstrap config file for the C opensrf_stack library -->
2 <config>
3         <bootstrap>
4                 <settings_config>/path/to/opensrf.xml</settings_config>
5                 <debug>INFO</debug>
6                 <router_name>router</router_name>
7
8                 <domains>
9                         <domain1>host.example.com</domain1>
10                 </domains>
11
12                 <username>my_jabber_login</username>
13                 <passwd>my_jabber_password</passwd>
14                 <port>5222</port>
15
16         </bootstrap>
17         <logs>
18                 <client>/path/to/log/gateway.log</client>
19         </logs>
20
21 </config>