X-Git-Url: https://git.cweiske.de/bdrem.git/blobdiff_plain/f4339edbbe92a1c4c104f6a58e9cfb4b2a93966e..fe70439784d16f49b4b95befb3df62a62a851174:/data/bdrem.config.php.dist diff --git a/data/bdrem.config.php.dist b/data/bdrem.config.php.dist index 87d01fc..7af4ed0 100644 --- a/data/bdrem.config.php.dist +++ b/data/bdrem.config.php.dist @@ -1,5 +1,27 @@ 'mysql:dbname=bdrem;host=127.0.0.1', + 'user' => 'FIXME', + 'password' => 'FIXME', + 'table' => 'contacts', + 'fields' => array( + 'date' => array( + //column name => event title + 'c_birthday' => 'Birthday' + ), + //column with name + 'name' => 'c_name' + ) + ) +); + + $daysBefore = 3; $daysAfter = 14; $locale = 'de_DE.UTF-8';