Difference between revisions of "Environment.properties"
From MeLibraries Wiki
Line 4: | Line 4: | ||
<entry key="api-key">xxxxxxxxxxxxxxxxxxxxxxx</entry> | <entry key="api-key">xxxxxxxxxxxxxxxxxxxxxxx</entry> | ||
<entry key="debug">true</entry> | <entry key="debug">true</entry> | ||
− | <entry key="status-protocol">sip2</entry> | + | <entry key="status-protocol">sip2</entry> <!-- only 'sip2', 'bimport', 'symphony-api', 'polaris-sql', and 'dummy' are currently available. --> |
<entry key="get-protocol">sip2</entry> | <entry key="get-protocol">sip2</entry> | ||
<entry key="update-protocol">symphony-api</entry> | <entry key="update-protocol">symphony-api</entry> |
Revision as of 15:42, 21 July 2017
The environment properties file is the first configuration file to load and contains the following fields:
<properties> <entry key="library-code">EPL</entry> <entry key="api-key">xxxxxxxxxxxxxxxxxxxxxxx</entry> <entry key="debug">true</entry> <entry key="status-protocol">sip2</entry> <entry key="get-protocol">sip2</entry> <entry key="update-protocol">symphony-api</entry> <entry key="create-protocol">bimport</entry> <entry key="date-format">yyyy-MM-dd</entry> <entry key="metro-port">2004</entry> <entry key="non-resident-types">EPL-VISITR</entry> <entry key="reciprocal-types">EPL-RECIP</entry> <entry key="juvenile-types">EPL-JUV, EPL-JUV05, EPL-JUV01, EPL-JUV10, EPL-JUVNR, EPL-JUVGR, EPL-JUVIND</entry> <entry key="fail-goodstanding-sentinel">BARRED</entry> <entry key="lost-card-sentinel">LOSTCARD</entry> </properties>
The library-code
field will be assigned to you and has no meaning to any system outside of the Me Card system.