<!--
    This is the configuration file for the IIIFServerBridge. The property values in this file are repository-wise
    !! Don't edit version in web/WEB-INF/classes, edit .in version in resources/iiif

-->
<IIIFConfig>       
  <!-- The name of this IIIF repository, which is human readable. -->
  <repositoryName>Greenstone3/Cantaloupe IIIFServerBridge</repositoryName>
  <!-- The base url to request metadata from this repository.
  TODO: this element should be determined and overriden dynamically given the osi request url in OAIServer.java. 
    WHAT'S DONE: when ant start is called, it writes out the default oaiserver URL to this file. -->
  <baseURL>http://your-domain-name/gs-cantaloupe/iiif/2</baseURL>
  <!-- The version of OAI specification this repository supports. Can be 2.0 or 1.0 -->
  <protocolVersion>2.1</protocolVersion>

</IIIFConfig>
