Sip.properties
From MeLibraries Wiki
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>