Delete backend_caldav.php

This commit is contained in:
Josh Harmon 2016-07-24 17:35:24 -07:00 committed by GitHub
parent fd5e46754d
commit 5d39cde2ec
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
<?php
/***********************************************
* File : config.php
* Project : Z-Push
* Descr : CalDAV backend configuration file
************************************************/
define('CALDAV_PROTOCOL', 'https');
define('CALDAV_SERVER', '127.0.0.1');
define('CALDAV_PORT', '443');
define('CALDAV_PATH', '/caldav/calendars/%u/');
define('CALDAV_PERSONAL', 'PRINCIPAL');
define('CALDAV_SUPPORTS_SYNC', false);
define('CALDAV_MAX_SYNC_PERIOD', 2147483647);
?>