X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=rewrite-config.PL;h=f4f1f5eca38284c1ad704d3d36914e5680716dc5;hb=16c30c0d51b98b948ffa27606fd2ebb18f6de934;hp=82524af0df337660d8b3e86d6f9d1b39444fa206;hpb=70dccacee53693493235e81cb34dde8fe57ad4a2;p=koha_gimpoz diff --git a/rewrite-config.PL b/rewrite-config.PL index 82524af0df..f4f1f5eca3 100644 --- a/rewrite-config.PL +++ b/rewrite-config.PL @@ -71,6 +71,7 @@ $prefix = $ENV{'INSTALL_BASE'} || "/usr"; # Keys were extracted by # "",/' %configuration = ( + "__KOHA_INSTALLED_VERSION__" => "no_version_found", "__LOG_DIR__" => "/var/log", "__DB_TYPE__" => "mysql", "__DB_NAME__" => "koha", @@ -116,6 +117,12 @@ $prefix = $ENV{'INSTALL_BASE'} || "/usr"; "__MERGE_SERVER_PORT__" => '11001', "__PAZPAR2_HOST__" => $myhost, "__PAZPAR2_PORT__" => '11002', + "__INSTALL_MODE__" => 'standard', + "__INSTALL_BASE__" => '/usr/share/koha', + "__INSTALL_ZEBRA__" => 'yes', + "__INSTALL_SRU__" => 'yes', + "__INSTALL_PAZPAR2__" => 'no', + "__AUTH_INDEX_MODE__" => 'grs1', ); # Override configuration from the environment