Difference between revisions of "Sip.properties"
From MeLibraries Wiki
(Created page with "Everyone needs this since it is how all libraries get initial information about customers. All the fields are mandatory, but may be empty. <properties> <comment>SIP2 conf...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Everyone needs this since it is how all libraries get initial information about customers. | + | Everyone needs this since it is how all libraries get initial information about customers. <code>'''host, port, sip-user, password, timeout,''' and '''institution-id'''</code> are mandatory, but may be empty, <code>'''location-code'''</code>, and <code>'''ils-type'''</code> are optional. It may or may not be included for backwards compatibility and may or may not be empty. |
<properties> | <properties> | ||
<comment>SIP2 config for EPL</comment> | <comment>SIP2 config for EPL</comment> | ||
Line 8: | Line 8: | ||
<entry key="timeout">5000</entry> | <entry key="timeout">5000</entry> | ||
<entry key="institution-id"></entry> | <entry key="institution-id"></entry> | ||
+ | <entry key="location-code">AUTHENTICATE</entry> // Optional | ||
+ | <entry key="ils-type">Polaris</entry> // Optional. Valid values are 'SIRSI_DYNIX' or 'POLARIS'. | ||
</properties> | </properties> |
Latest revision as of 15:58, 1 October 2014
Everyone needs this since it is how all libraries get initial information about customers. host, port, sip-user, password, timeout, and institution-id
are mandatory, but may be empty, location-code
, and ils-type
are optional. It may or may not be included for backwards compatibility and may or may not be empty.
<properties> <comment>SIP2 config for EPL</comment> <entry key="host">eplapp.library.ualberta.ca</entry> <entry key="port">6001</entry> <entry key="sip-user">METRO</entry> <entry key="password">METRO</entry> <entry key="timeout">5000</entry> <entry key="institution-id"></entry> <entry key="location-code">AUTHENTICATE</entry> // Optional <entry key="ils-type">Polaris</entry> // Optional. Valid values are 'SIRSI_DYNIX' or 'POLARIS'. </properties>