Adding ability to return biblios that have no biblio items to avoid making orphan...
[koha.git] / misc / auto_install_file
1 # set here your mysql root password
2 # XXX is the CVS default. It is considered as INVALID, and installer will die if called with such a parameter
3 MysqlRootPassword=XXX
4
5 # directories & Apache setup
6 EnterApacheUser=paul
7 GetOpacDir = /home/httpd/html/koha/opac
8 GetIntranetDir = /home/httpd/html/koha/intranet
9 KohaLogDir = /var/log/httpd
10
11 # database parameters
12 # name
13 database=koha_test
14 # host
15 DatabaseHost=localhost
16 # user
17 DatabaseUser=koha_test
18 # password
19 DatabasePassword=koha_test
20
21 # webmaster email
22 GetVirtualHostEmail=email@host.com
23
24 # server name
25 servername=127.0.0.1
26 # opac port
27 opacport=1000
28 # the intranet port
29 intranetport=1001
30 # intranet will be on 127.0.0.1:1001
31 # opac will be on 127.0.0.1:1000
32
33 # set this field to ON to answer OK to any question just requiring and <ENTER>
34 NoPressEnter=ON
35
36 # MARC flavour : 1=MARC21, 2=UNIMARC, N=None
37 UpdateMarcTables=2
38 BranchName=XXXX
39 BranchCode=XXXX
40
41 Language=fr
42
43 PrinterName=lp
44 PrinterQueue=/path/to/lp