css'"ing
[koha.git] / Make.conf.in
1 # Make.conf                     -*- Makefile -*-
2
3 # This file is generated automatically from Make.conf.in by
4 # safe-installer.
5
6 # $Id$
7
8 # Useful utilities
9 PERL =          @prog_perl@
10 MYSQL =         @prog_mysql@
11 MYSQLADMIN =    @prog_mysqladmin@
12 MYSQLDUMP =     @prog_mysqldump@
13
14 # MySQL administration
15 DBA_USER =      @dba_user@
16
17 # Koha database administration
18 DB_NAME =       @db_name@
19 DB_HOST =       @db_host@
20 DB_USER =       @db_user@
21
22 # Path to koha.conf file, one for the intranet, the other for the OPAC
23 # site.
24 KOHA_CONF_INTRA =       @koha_conf_intra@
25 KOHA_CONF_OPAC =        @koha_conf_opac@
26
27 OPAC_HOST =             @opac_host@
28 OPAC_REALHOSTS =        @opac_realhosts@
29 INTRA_HOST =            @intra_host@
30 INTRA_REALHOSTS =       @intra_realhosts@