From fe70439784d16f49b4b95befb3df62a62a851174 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 12 Feb 2014 20:48:01 +0100 Subject: first sql source implementation --- data/bdrem.config.php.dist | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'data') 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'; -- cgit v1.2.3