2013-10-03 12:48:02 +03:00
|
|
|
<?php
|
|
|
|
|
2013-10-03 16:22:21 +03:00
|
|
|
require_once (dirname(__FILE__) . "/../config_default.php");
|
2014-02-21 09:15:24 +02:00
|
|
|
$config['calibre_directory'] = dirname(__FILE__) . "/BaseWithSomeBooks/";
|
|
|
|
|
|
|
|
$config['cops_mail_configuration'] = array( "smtp.host" => "smtp.free.fr",
|
|
|
|
"smtp.username" => "",
|
|
|
|
"smtp.password" => "",
|
|
|
|
"smtp.secure" => "",
|
|
|
|
"address.from" => "cops@slucas.fr"
|
|
|
|
);
|