Region config.properties
From MeLibraries Wiki
This properties file tells the ME server where the canonical list of place names can be found.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment> Regional place name XML property-getting configuration. </comment> <entry key="url">http://wiki.melibraries.ca/citycodes.xml</entry> <entry key="port">80</entry> <entry key="refresh">always</entry> // other value is never to preserve your current local list. </properties>
Once specified, the ME server will create a region.properties
file in your configuration directory.