Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / debian / templates / koha-sites.conf
1 # NOTE: for a complete list of valid options please read koha-create(8)
2
3 ## Apache virtual hosts creation variables
4 #
5 # Please note that the URLs are built like this:
6 # OPAC:  http://<OPACPREFIX><INSTANCE NAME><OPACSUFFIX><DOMAIN>:<OPACPORT>
7 # STAFF: http://<INTRAPREFIX><INSTANCE NAME><INTRASUFFIX><DOMAIN>:<INTRAPORT>
8 DOMAIN=".myDNSname.org"
9 INTRAPORT="80"
10 INTRAPREFIX=""
11 INTRASUFFIX="-intra"
12 OPACPORT="80"
13 OPACPREFIX=""
14 OPACSUFFIX=""
15
16 ## Default data to be loaded
17 #
18 # DEFAULTSQL: filename
19 # Specify an SQL file with default data to load during instance creation
20 # The SQL file can be optionally compressed with gzip
21 # default: (empty)
22 DEFAULTSQL=""
23
24 ## Zebra global configuration variables
25 #
26 # ZEBRA_MARC_FORMAT: 'marc21' | 'normarc' | 'unimarc'
27 # Specifies the MARC records format for indexing
28 # default: 'marc21'
29 ZEBRA_MARC_FORMAT="marc21"
30
31 # ZEBRA_LANGUAGE: 'cs' | 'en' | 'es' | 'fr' | 'gr' | 'nb' | 'ru' | 'uk'
32 # Primary language for Zebra indexing
33 # default: 'en'
34 ZEBRA_LANGUAGE="en"
35
36 ## Memcached global configuration variables
37 #
38 # USE_MEMCACHED: 'yes' | 'no'
39 # Make the created instance use memcached. Can be altered later.
40 # default: 'yes'
41 USE_MEMCACHED="yes"
42
43 # MEMCACHED_SERVERS: comma separated list of memcached servers (ip:port)
44 # Specify a list of memcached servers for the Koha instance
45 # default: '127.0.0.1:11211'
46 MEMCACHED_SERVERS="127.0.0.1:11211"
47
48 # MEMCACHED_PREFIX:
49 # Specify a string to be used as prefix for defining the memcached namespace
50 # for the created instance.
51 # default: 'koha_'
52 MEMCACHED_PREFIX="koha_"