Lines 535-541
my %valid_config_values = (
Link Here
|
535 |
'DB_USE_TLS' => {'yes', 'no'}, |
535 |
'DB_USE_TLS' => {'yes', 'no'}, |
536 |
'INSTALL_SRU' => { 'yes' => 1, 'no' => 1 }, |
536 |
'INSTALL_SRU' => { 'yes' => 1, 'no' => 1 }, |
537 |
'ZEBRA_MARC_FORMAT' => { 'marc21' => 1, 'normarc' => 1, 'unimarc' => 1 }, # FIXME should generate from contents of distributation |
537 |
'ZEBRA_MARC_FORMAT' => { 'marc21' => 1, 'normarc' => 1, 'unimarc' => 1 }, # FIXME should generate from contents of distributation |
538 |
'ZEBRA_LANGUAGE' => { 'cs' => 1, 'en' => 1, 'es' => 1, 'fr' => 1, 'gr' => 1, 'nb' => 1, 'ru' => 1, 'uk' => 1 }, # FIXME should generate from contents of distribution |
538 |
'ZEBRA_LANGUAGE' => { 'cs' => 1, 'el' => 1, 'en' => 1, 'es' => 1, 'fr' => 1, 'nb' => 1, 'ru' => 1, 'uk' => 1 }, # FIXME should generate from contents of distribution |
539 |
'ZEBRA_TOKENIZER' => { chr => 1, icu => 1 }, |
539 |
'ZEBRA_TOKENIZER' => { chr => 1, icu => 1 }, |
540 |
'RUN_DATABASE_TESTS' => { 'yes' => 1, 'no' => 1 }, |
540 |
'RUN_DATABASE_TESTS' => { 'yes' => 1, 'no' => 1 }, |
541 |
'USE_MEMCACHED' => { 'yes' => 1, 'no' => 1 }, |
541 |
'USE_MEMCACHED' => { 'yes' => 1, 'no' => 1 }, |