|
Lines 162-171
__PAZPAR2_TOGGLE_XML_POST__
Link Here
|
| 162 |
<!-- Path to the config file for SMS::Send --> |
162 |
<!-- Path to the config file for SMS::Send --> |
| 163 |
<sms_send_config>__KOHA_CONF_DIR__/sms_send/</sms_send_config> |
163 |
<sms_send_config>__KOHA_CONF_DIR__/sms_send/</sms_send_config> |
| 164 |
|
164 |
|
| 165 |
<!-- URL of the mana KB server --> |
|
|
| 166 |
<!-- alternative value https://mana-test.koha-community.org to query the test server --> |
| 167 |
<mana_config>https://mana-kb.koha-community.org</mana_config> |
| 168 |
|
| 169 |
<!-- Configuration for Plack --> |
165 |
<!-- Configuration for Plack --> |
| 170 |
<plack_max_requests>50</plack_max_requests> |
166 |
<plack_max_requests>50</plack_max_requests> |
| 171 |
<plack_workers>2</plack_workers> |
167 |
<plack_workers>2</plack_workers> |
| 172 |
- |
|
|