Removing config.php from repository to prevent overwrite of local when pulling

pull/25/head
Lucian Pricop 2022-05-12 13:36:42 +03:00
rodzic c65b6975c4
commit 64e29f9ce6
1 zmienionych plików z 0 dodań i 10 usunięć

Wyświetl plik

@ -1,10 +0,0 @@
<?php
define("NC_SERVER", ""); // server.domain (specify protocol such as http or https!)
define("NC_USER", "deckbot");
define("NC_PASSWORD", "");
define("MAIL_SERVER", ""); // server.domain
define("MAIL_SERVER_FLAGS", "/no-validate-cert"); // flags needed to connect to server. Refer to https://www.php.net/manual/en/function.imap-open.php for a list of valid flags.
define("MAIL_USER", "incoming");
define("MAIL_PASSWORD", "");
define("DECODE_SPECIAL_CHARACTERS", true); //requires mbstring, if false special characters (like öäüß) won't be displayed correctly
?>