Bug 20123: Add commented out example to koha-conf.xml
[koha.git] / debian / templates / koha-conf-site.xml.in
index 85b54a9..1dc4299 100644 (file)
@@ -258,7 +258,7 @@ __END_SRU_PUBLICSERVER__
  <biblioservershadow>1</biblioservershadow>
  <authorityserver>authorities</authorityserver>
  <authorityservershadow>1</authorityservershadow>
- <pluginsdir>__PLUGINS_DIR__</pluginsdir>
+ <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories -->
  <enable_plugins>0</enable_plugins>
  <upload_path>__UPLOAD_PATH__</upload_path>
  <intranetdir>/usr/share/koha/intranet/cgi-bin</intranetdir>
@@ -345,5 +345,9 @@ __END_SRU_PUBLICSERVER__
      <partner_code>ILLLIBS</partner_code>
  </interlibrary_loans>
 
+ <!-- The timezone setting can let you force the timezone for this instance to be something other then the local timezone of the server
+ <timezone>Antarctica/South_Pole</timezone>
+ -->
+
 </config>
 </yazgfs>