You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB
PHP

<?php
use BSR\Utils\Logger\Logger;
/**
* 'odbc:Driver=FreeTDS;
* Server=192.168.0.8;
* Port=1218;
* Database=netbiblio;
* TDS_Version=7.4;
* ClientCharset=UTF-8'* 'alcoda', 'alcodaonly'
*/
return array(
'db' => array(
'driver' => 'FreeTDS',
'server' => '192.168.0.8',
'port' => '1218',
'username' => 'alcoda',
'password' => 'alcodaonly',
'name' => 'netbiblio',
),
'solr' => array(
'server' => '212.147.56.162',
'port' => '8983',
'username' => '',
'password' => '',
'path' => 'solr/',
'result_count' => 10,
),
'log' => array(
'file' => '/var/www/webservice/logs/log.txt',
'format' => '%ip% - [%date%] - %status% %error% - %time% - %func%',
'verbosity' => Logger::NORMAL,
),
'session' => array(
'save_path' => ''
),
'checkfile_url' => 'http://medias.bibliothequesonore.ch/checkfile.php?',
'checkfile_url_old' => 'http://fichiers.bibliothequesonore.ch/checkfile.php?',
'netbiblio_worker_id' => 45,
'www_employee_id' => 45,
'www_library_id' => 2,
);