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

(-)a/debian/templates/koha-sites.conf (-1 / +22 lines)
Line 0 Link Here
0
- 
1
# Apache virtual hosts creation variables 
2
DOMAIN=".myDNSname.org"
3
INTRAPORT="8080"
4
INTRAPREFIX=""
5
INTRASUFFIX="-intra"
6
OPACPORT="80"
7
OPACPREFIX=""
8
OPACSUFFIX=""
9
10
# SQL file to load into new instances
11
DEFAULTSQL=""
12
13
# Zebra global configuration variables
14
ZEBRA_MARC_FORMAT="marc21"
15
ZEBRA_LANGUAGE="en"
16
BIBLIOS_INDEXING_MODE="dom"
17
AUTHORITIES_INDEXING_MODE="dom"
18
19
# Memcached global configuration variables
20
USE_MEMCACHED="no"
21
MEMCACHED_SERVERS="127.0.0.1:11211"
22
MEMCACHED_PREFIX="koha_"

Return to bug 7234