Basic configuration functionality in place (not yet used)
[pazpar2-moved-to-github.git] / etc / pazpar2.cfg
index ae8b15f..97a5bdd 100644 (file)
      configuration could live within one listener (on a single
      port). -->
 
-<service>
-    <listen port="9004"/>
-    <proxy host="localhost" port="80"/>
+<server>
+  <listen port="9004"/>
+  <proxy host="localhost" port="80"/>
 
+  <service>
     <termlist name="subject"/>
     <termlist name="author"/>
 
-    <metadata name="title"/>
-</service>
+    <!-- <metadata name="title"/> -->
+  </service>
+</server>
 
 <!-- Need to figure out where to get ZeeRex records for targets from -->