mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
11 lines
565 B
PHP
11 lines
565 B
PHP
<?php
|
|
|
|
require (dirname(__FILE__) . "/../config_default.php");
|
|
$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"
|
|
);
|