View | Details | Raw Unified | Return to bug 20275
Collapse All | Expand All

(-)a/debian/templates/koha-conf-site.xml.in (-1 / +1 lines)
Lines 258-264 __END_SRU_PUBLICSERVER__ Link Here
258
 <biblioservershadow>1</biblioservershadow>
258
 <biblioservershadow>1</biblioservershadow>
259
 <authorityserver>authorities</authorityserver>
259
 <authorityserver>authorities</authorityserver>
260
 <authorityservershadow>1</authorityservershadow>
260
 <authorityservershadow>1</authorityservershadow>
261
 <pluginsdir>__PLUGINS_DIR__</pluginsdir>
261
 <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories -->
262
 <enable_plugins>0</enable_plugins>
262
 <enable_plugins>0</enable_plugins>
263
 <upload_path>__UPLOAD_PATH__</upload_path>
263
 <upload_path>__UPLOAD_PATH__</upload_path>
264
 <intranetdir>/usr/share/koha/intranet/cgi-bin</intranetdir>
264
 <intranetdir>/usr/share/koha/intranet/cgi-bin</intranetdir>
(-)a/etc/koha-conf.xml (-2 / +1 lines)
Lines 90-96 __PAZPAR2_TOGGLE_XML_POST__ Link Here
90
 <biblioservershadow>1</biblioservershadow>
90
 <biblioservershadow>1</biblioservershadow>
91
 <authorityserver>authorities</authorityserver>
91
 <authorityserver>authorities</authorityserver>
92
 <authorityservershadow>1</authorityservershadow>
92
 <authorityservershadow>1</authorityservershadow>
93
 <pluginsdir>__PLUGINS_DIR__</pluginsdir>
93
 <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories -->
94
 <enable_plugins>0</enable_plugins>
94
 <enable_plugins>0</enable_plugins>
95
 <upload_path></upload_path>
95
 <upload_path></upload_path>
96
 <intranetdir>__INTRANET_CGI_DIR__</intranetdir>
96
 <intranetdir>__INTRANET_CGI_DIR__</intranetdir>
97
- 

Return to bug 20275