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...") |
|||
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> is 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"></entry> // Optional | ||
</properties> | </properties> |
Revision as of 10:26, 29 September 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
is 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"></entry> // Optional </properties>