Example modified to include resolver_type element for ResolverResolver
authorArt Rhyno <artrhyno@uwindsor.ca>
Fri, 9 Dec 2011 21:33:37 +0000 (16:33 -0500)
committerArt Rhyno <artrhyno@uwindsor.ca>
Fri, 9 Dec 2011 21:33:37 +0000 (16:33 -0500)
By default, sfx will be used and this shouldn't break anything else. If
you have CUFTS in place, this should give an option.

Signed-off-by: Art Rhyno <artrhyno@uwindsor.ca>
Open-ILS/examples/opensrf.xml.example

index 9a3eaa3..2fea59d 100644 (file)
@@ -1086,6 +1086,7 @@ vim:et:ts=4:sw=4:
                 </app_settings>
             </open-ils.reporter-store>
 
+<!-- resolver_type defaults to sfx but can also be cufts -->
 <!--
            <open-ils.resolver>
                <keepalive>3</keepalive>
@@ -1105,7 +1106,8 @@ vim:et:ts=4:sw=4:
                </unix_config>
                <app_settings>
                   <cache_timeout>86400</cache_timeout>
-                  <default_url_base>http://path/to/sfx</default_url_base>
+                  <default_url_base>http://path/to/sfx_or_cufts</default_url_base>
+                  <resolver_type>sfx</resolver_type>
                </app_settings>
             </open-ils.resolver>
 -->