diff options
Diffstat (limited to 'data/bdrem.config.php.dist')
| -rw-r--r-- | data/bdrem.config.php.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/bdrem.config.php.dist b/data/bdrem.config.php.dist index 3689d1b..1e877e8 100644 --- a/data/bdrem.config.php.dist +++ b/data/bdrem.config.php.dist @@ -53,6 +53,14 @@ $source = array( ) ); +//Source: Directory of .vcf vCard files (2 subfolder levels supported) +$source = [ + 'vCard', + [ + 'folder' => '/home/cweiske/dev/contacts-backup/contacts' + ] +]; + $daysPrev = 3; $daysNext = 14; |
